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-08T10:52:00.041Z||main|||||INFO|500||The following profiles are active: basic 2022-03-08T10:52:24.465Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-08T10:52:24.466Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-08T10:52:24.868Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-08T10:52:34.573Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-08T10:52:35.353Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-08T10:52:36.429Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-08T10:52:36.465Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-08T10:52:36.668Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-08T10:52:37.038Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-08T10:52:38.110Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-08T10:52:41.624Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-08T10:52:46.187Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-08T10:52:46.309Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-08T10:52:47.215Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-08T10:52:47.470Z||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-08T10:52:49.801Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-08T10:52:51.537Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-08T10:52:51.571Z||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$$9ade955a.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-08T10:52:51.572Z||main|||||WARN|500||The sdc end point is not alive 2022-03-08T10:52:57.792Z||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-08T10:53:03.378Z||main|||||WARN|500||--- 2022-03-08T10:53:03.381Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-08T10:53:03.382Z||main|||||WARN|500||--- 2022-03-08T10:53:04.129Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-08T10:53:13.375Z||main|||||INFO|500||Started Application in 79.589 seconds (JVM running for 85.198) 2022-03-08T10:53:13.450Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-08T10:53:13.476Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-08T10:53:13.522Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-08T10:53:13.574Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-08T10:53:13.706Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ebcfaa2b-5543-42c5-930b-89339b1f2ccd url= /sdc/v1/artifactTypes 2022-03-08T10:53:13.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-08T10:53:14.138Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-08T10:53:14.229Z||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-08T10:53:14.273Z||scheduling-1|||||DEBUG|500||create keys 2022-03-08T10:53:14.293Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-08T10:53:14.337Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:53:14.384Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fa30b8e4-531f-4dab-b512-a50a09841df8 url= /sdc/v1/registerForDistribution 2022-03-08T10:53:14.646Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fa30b8e4-531f-4dab-b512-a50a09841df8 url= /sdc/v1/registerForDistribution 2022-03-08T10:53:14.647Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-08T10:53:14.670Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:53:14.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:53:14.695Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-08T10:53:14.739Z||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-08T10:53:14.754Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:53:14.752Z||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-08T10:53:14.755Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:53:25.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:53:25.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:54:14.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:54:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:54:14.672Z||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-08T10:54:14.673Z||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-08T10:54:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:54:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:54:24.268Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:54:24.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:55:14.666Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:55:14.668Z||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-08T10:55:14.669Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:55:14.672Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:55:14.674Z||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-08T10:55:14.675Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:55:24.233Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:55:24.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:56:14.665Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:56:14.667Z||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-08T10:56:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:56:14.673Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:56:14.675Z||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-08T10:56:14.676Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:56:24.231Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:56:24.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:57:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:57:14.667Z||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-08T10:57:14.668Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:57:14.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:57:14.673Z||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-08T10:57:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:57:24.225Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:57:24.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:58:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:58:14.668Z||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-08T10:58:14.668Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:58:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:58:14.672Z||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-08T10:58:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:58:24.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:58:24.265Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:59:14.669Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:59:14.671Z||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-08T10:59:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:59:14.672Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T10:59:14.674Z||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-08T10:59:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T10:59:24.242Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T10:59:24.240Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:00:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:00:14.667Z||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-08T11:00:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:00:14.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:00:14.673Z||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-08T11:00:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:00:24.229Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:00:24.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:01:14.669Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:01:14.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:01:14.674Z||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-08T11:01:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:01:14.676Z||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-08T11:01:14.677Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:01:24.246Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:01:24.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:02:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:02:14.669Z||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-08T11:02:14.670Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:02:14.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:02:14.673Z||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-08T11:02:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:02:24.235Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:02:24.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:02:35.016Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-08T11:03:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:03:14.668Z||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-08T11:03:14.668Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:03:14.671Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:03:14.672Z||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-08T11:03:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:03:24.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:03:24.234Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:04:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:04:14.670Z||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-08T11:04:14.670Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:04:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:04:14.672Z||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-08T11:04:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:04:24.225Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:04:24.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:05:14.665Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:05:14.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:05:14.667Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:05:14.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:05:14.673Z||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-08T11:05:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:05:24.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:05:24.226Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:06:14.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:06:14.668Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:06:14.669Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:06:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:06:14.672Z||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-08T11:06:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:06:24.240Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:06:24.241Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:07:14.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:07:14.668Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:07:14.668Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:07:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:07:14.672Z||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-08T11:07:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:07:24.216Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:07:24.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:08:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:08:14.668Z||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-08T11:08:14.668Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:08:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:08:14.675Z||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-08T11:08:14.676Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:08:24.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:08:24.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:09:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:09:14.666Z||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-08T11:09:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:09:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:09:14.674Z||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-08T11:09:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:09:24.218Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:09:24.220Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:10:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:10:14.667Z||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-08T11:10:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:10:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:10:14.672Z||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-08T11:10:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:10:24.230Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:10:24.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:11:14.668Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:11:14.670Z||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-08T11:11:14.670Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:11:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:11:14.672Z||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-08T11:11:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:11:24.236Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:11:24.241Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:12:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:12:14.667Z||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-08T11:12:14.668Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:12:14.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:12:14.673Z||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-08T11:12:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:12:24.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:12:24.235Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:13:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:13:14.666Z||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-08T11:13:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:13:14.672Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:13:14.674Z||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-08T11:13:14.675Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:13:24.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:13:24.237Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:14:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:14:14.667Z||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-08T11:14:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:14:14.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:14:14.673Z||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-08T11:14:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:14:24.246Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:14:24.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:15:14.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:15:14.669Z||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-08T11:15:14.670Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:15:14.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:15:14.674Z||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-08T11:15:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:15:24.238Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:15:24.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:16:14.665Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:16:14.669Z||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-08T11:16:14.670Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:16:14.671Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:16:14.672Z||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-08T11:16:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:16:24.227Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:16:24.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:17:14.669Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:17:14.671Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:17:14.671Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:17:14.672Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:17:14.713Z||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-08T11:17:14.714Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:17:24.276Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:17:24.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:18:14.665Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:18:14.666Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:18:14.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:18:14.671Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:18:14.672Z||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-08T11:18:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:18:24.249Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:18:24.250Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:19:14.665Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:19:14.666Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:19:14.666Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:19:14.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:19:14.672Z||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-08T11:19:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:19:24.217Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:19:24.214Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:20:14.665Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:20:14.667Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:20:14.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:20:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:20:14.672Z||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-08T11:20:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:20:24.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:20:24.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:21:14.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:21:14.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:21:14.676Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:21:14.676Z||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-08T11:21:14.676Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:21:14.676Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:21:24.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:21:24.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:22:14.665Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:22:14.667Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:22:14.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:22:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:22:14.672Z||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-08T11:22:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:22:24.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:22:24.242Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:23:14.665Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:23:14.667Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:23:14.667Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:23:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:23:14.672Z||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-08T11:23:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:23:24.215Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:23:24.218Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:14.665Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:24:14.667Z||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-08T11:24:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:24:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:24:14.673Z||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-08T11:24:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:24:15.133Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:15.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.298Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.299Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:15.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.305Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.306Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e3769526-406b-40ee-882b-e4ce6c77716a","serviceName":"vFW 2022-03-08 11-21-58","serviceVersion":"1.0","serviceUUID":"66fdfa8f-f95b-4a5d-b354-4914b94c6abe","serviceDescription":"catalog service description","serviceInvariantUUID":"0b4baf6e-2dd4-4861-afb4-02f76fbec293","resources":[{"resourceInstanceName":"vFW d08621bf-43c0 0","resourceName":"vFW d08621bf-43c0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4","resourceInvariantUUID":"5b5ac4bc-d380-4397-96a5-6ee28f508b1f","resourceCustomizationUUID":"986aae06-ab27-4449-8599-88e27a93ec86","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml","artifactChecksum":"ZWYyMzRlYTM4YzNhMDg2NmJkNTVjODhjYzVhM2Q5OGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0850a9c0-d901-4b0e-b8db-5e6755944c22","artifactVersion":"1"},{"artifactName":"vfwd08621bf43c00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json","artifactChecksum":"ZjI2YzMxZGM4OWM0Zjc2NjYyM2ZiMWNjMWQ2YTJhYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e9574bc-44cd-42c8-88f4-03c440d6cee8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5767cd7-2bda-4993-a844-42fbcef64c71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml","artifactChecksum":"ZDE5NTQwNjdiYzE2MDljODA3NzVlOGJhZWI3NWZkZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"955d956b-0b1b-4260-8af6-c0aaa96f43a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"477725e5-aa18-422c-bba8-754e1e0d0c60","artifactVersion":"2","generatedFromUUID":"f5767cd7-2bda-4993-a844-42fbcef64c71"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308112158-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml","artifactChecksum":"ZTZhZjI0N2FlMmNhZWNhNzk1ZDM4NGI3ZGQzNmIxNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e241b987-bcb2-4b20-b5a5-e99f2f7bd632","artifactVersion":"1"},{"artifactName":"service-Vfw20220308112158-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar","artifactChecksum":"ODFkZWU5YWMwOWRiMDczYzZjZjczN2UyYzEzYjg5MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad0e3bb2-171a-44e0-999a-e630500aab2f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:24:15.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.308Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.308Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.308Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:24:15.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOTIFIED" } 2022-03-08T11:24:15.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOTIFIED" } 2022-03-08T11:24:15.328Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:15.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:24:15.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738631231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:15.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738625375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:15.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738627301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:15.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:24:15.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.347Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:15.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738641928, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738641214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738641011, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.353Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738635383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:15.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "cds", "timestamp": 1646738642956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-08T11:24:15.388Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:15.389Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.488Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-03-08T11:24:15.495Z||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-08T11:24:15.495Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-08T11:24:15.521Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:15.522Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T11:24:15.789Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:24:15.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:24:15.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738635279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:15.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738642022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:24:15.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "policy-id", "timestamp": 1646738643028, "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-08T11:24:15.921Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:24:15.921Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:24:15.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738643359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738644853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "ves-openapi-manager", "timestamp": 1646738639875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:15.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:15.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738646910, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:15.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738647422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:24:15.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:15.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:15.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738647980, "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-08T11:24:15.963Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:24:15.964Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:24:16.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738648430, "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-08T11:24:16.043Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:24:16.044Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:24:16.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "multicloud-k8s-id", "timestamp": 1646738648987, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:24:16.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:24:16.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:16.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:16.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:16.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:16.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:16.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:16.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:24:16.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:16.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:24:16.406Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:16.407Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:16.410Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:16.410Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOTIFIED" } 2022-03-08T11:24:16.512Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:24:16.513Z||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-08T11:24:16.513Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:16.536Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:16.536Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:17.411Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:17.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:17.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:17.419Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:24:17.518Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:24:17.520Z||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-08T11:24:17.520Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:17.535Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:17.536Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:18.420Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:18.422Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:18.426Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:18.426Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:18.525Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:24:18.527Z||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-08T11:24:18.527Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:18.541Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:18.542Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:19.428Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:19.429Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:19.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:19.433Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:24:19.540Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-08T11:24:19.543Z||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-08T11:24:19.543Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:19.564Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:19.564Z||pool-7-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:24:20.434Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:20.437Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:20.441Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:20.442Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:24:20.552Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-03-08T11:24:20.555Z||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-08T11:24:20.555Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:20.576Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:20.577Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:21.443Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:24:21.446Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:21.450Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:21.450Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:24:21.550Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:24:21.552Z||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-08T11:24:21.552Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:21.570Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:21.572Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:22.457Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "serviceName": "vFW 2022-03-08 11-21-58", "serviceVersion": "1.0", "serviceUUID": "66fdfa8f-f95b-4a5d-b354-4914b94c6abe", "serviceDescription": "catalog service description", "serviceInvariantUUID": "0b4baf6e-2dd4-4861-afb4-02f76fbec293", "resources": [ { "resourceInstanceName": "vFW d08621bf-43c0 0", "resourceCustomizationUUID": "986aae06-ab27-4449-8599-88e27a93ec86", "resourceName": "vFW d08621bf-43c0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4", "resourceInvariantUUID": "5b5ac4bc-d380-4397-96a5-6ee28f508b1f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd08621bf43c00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "artifactChecksum": "ZjI2YzMxZGM4OWM0Zjc2NjYyM2ZiMWNjMWQ2YTJhYTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7e9574bc-44cd-42c8-88f4-03c440d6cee8", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f5767cd7-2bda-4993-a844-42fbcef64c71", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "477725e5-aa18-422c-bba8-754e1e0d0c60", "generatedFromUUID": "f5767cd7-2bda-4993-a844-42fbcef64c71" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "477725e5-aa18-422c-bba8-754e1e0d0c60", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308112158-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "artifactChecksum": "ODFkZWU5YWMwOWRiMDczYzZjZjczN2UyYzEzYjg5MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ad0e3bb2-171a-44e0-999a-e630500aab2f" } ], "workloadContext": "Production" } 2022-03-08T11:24:22.470Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:24:22.471Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66fdfa8f-f95b-4a5d-b354-4914b94c6abe ASDC 2022-03-08T11:24:22.668Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e3769526-406b-40ee-882b-e4ce6c77716a ServiceName:vFW 2022-03-08 11-21-58 ServiceVersion:1.0 ServiceUUID:66fdfa8f-f95b-4a5d-b354-4914b94c6abe ServiceInvariantUUID:0b4baf6e-2dd4-4861-afb4-02f76fbec293 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308112158-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar ArtifactUUID:ad0e3bb2-171a-44e0-999a-e630500aab2f ArtifactChecksum:ODFkZWU5YWMwOWRiMDczYzZjZjczN2UyYzEzYjg5MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d08621bf-43c0 0 ResourceCustomizationUUID:986aae06-ab27-4449-8599-88e27a93ec86 ResourceInvariantUUID:5b5ac4bc-d380-4397-96a5-6ee28f508b1f ResourceName:vFW d08621bf-43c0 ResourceType:VF ResourceUUID:8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd08621bf43c00_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json ArtifactUUID:7e9574bc-44cd-42c8-88f4-03c440d6cee8 ArtifactChecksum:ZjI2YzMxZGM4OWM0Zjc2NjYyM2ZiMWNjMWQ2YTJhYTg= 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/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml ArtifactUUID:f5767cd7-2bda-4993-a844-42fbcef64c71 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/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env ArtifactUUID:477725e5-aa18-422c-bba8-754e1e0d0c60 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/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env ArtifactUUID:477725e5-aa18-422c-bba8-754e1e0d0c60 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T11:24:22.671Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66fdfa8f-f95b-4a5d-b354-4914b94c6abe 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-08T11:24:22.794Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:24:22.797Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:24:22.803Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:24:22.805Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ad0e3bb2-171a-44e0-999a-e630500aab2f from URL: /sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:22.807Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:24:22.810Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:22.995Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:24:23.032Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar ad0e3bb2-171a-44e0-999a-e630500aab2f 98982 2022-03-08T11:24:23.035Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar ASDC sendASDCNotification 2022-03-08T11:24:23.035Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:23.036Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:24:23.038Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:23.041Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:23.042Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738663033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:23.141Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:24:23.142Z||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-08T11:24:23.142Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:23.158Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:23.159Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:24.043Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:24:24.045Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:24:24.046Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ad0e3bb2-171a-44e0-999a-e630500aab2f, URL: /sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar to file: /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:24.047Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308112158-csar.csar 2022-03-08T11:24:24.191Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:24.192Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:25.597Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16896347035919934234/Definitions/service-Vfw20220308112158-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-08T11:24:32.341Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:24:32.352Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:24:32.353Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.353Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T11:24:32.353Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||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-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.353Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||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-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||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-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d08621bf-43c0 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-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||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-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:32.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:24:32.370Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.373Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.382Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:32.384Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:24:32.401Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:24:32.406Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.407Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.408Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:32.409Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:24:32.410Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:24:32.412Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.413Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.422Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.423Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:32.424Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:32.424Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:24:32.425Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.425Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.426Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:24:32.426Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.426Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:32.427Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:24:32.427Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:24:32.428Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.428Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.429Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:24:32.429Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.430Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:24:32.430Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.431Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T11:24:32.431Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.432Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:24:32.435Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.436Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:32.436Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:32.437Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.438Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:32.438Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:32.439Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.440Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:32.440Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:32.441Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.441Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:32.442Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:32.442Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T11:24:32.443Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:32.443Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:24:32.443Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:24:32.444Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.444Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.445Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:24:32.446Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.446Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:24:32.447Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.448Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=97aa6653-5540-4344-8502-c0734d8a83a7 2022-03-08T11:24:32.449Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.449Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:32.449Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:32.450Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:24:32.452Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.453Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.455Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:24:32.456Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.457Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:32.458Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T11:24:32.458Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:24:32.458Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.459Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:24:32.459Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.459Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17d81d91-32fd-402e-b514-284aed588ddd 2022-03-08T11:24:32.460Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.460Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:32.461Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:32.461Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:24:32.461Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.461Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.462Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:24:32.462Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.462Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:32.463Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:24:32.463Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:24:32.469Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:32.470Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:32.470Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T11:24:32.471Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e6cc57-3123-413d-913d-81123c66cf14 2022-03-08T11:24:32.471Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.472Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.472Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.473Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.473Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.473Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.474Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:32.474Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:32.475Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 11-21-58 Description:catalog service description Model UUID:66fdfa8f-f95b-4a5d-b354-4914b94c6abe Model Version:NULL Model InvariantUuid:0b4baf6e-2dd4-4861-afb4-02f76fbec293 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d08621bf-43c0 Model UUID:4c45b2c4-d7d7-463f-b4dc-12e0038d213c Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5b5ac4bc-d380-4397-96a5-6ee28f508b1f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:986aae06-ab27-4449-8599-88e27a93ec86 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4c3988e2-bc77-4f4c-a03c-902691ad36a3 ModelName:VfwD08621bf43c0..base_vfw..module-0 ModelUuid:0d5d58f8-6f9c-49ba-beb2-78ff4e89c255 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:97aa6653-5540-4344-8502-c0734d8a83a7 ModelInvariantUuid:b461680e-4286-4fbb-98c9-d557a6161834 ModelName:vFW d08621bf-43c0-nodes.vfwCvfc ModelUuid:c23d21da-fd88-4060-b8ca-30be38ce9a53 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:030e2d75-a7cc-4faf-84c2-40c42796b085 ModelInvariantUuid:0a0411d1-0d7b-4219-9787-e209d55d294d ModelName:VfwD08621bf43c0.compute.nodes.heat.vfw ModelUuid:8f9aac66-c95e-44ea-a092-49f18dc8face ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:17d81d91-32fd-402e-b514-284aed588ddd ModelInvariantUuid:b225030d-15ac-465f-a5f8-6df86118c306 ModelName:vFW d08621bf-43c0-nodes.vsnCvfc ModelUuid:5067113d-48fa-47af-af02-e0b9f09efdd9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b13f8b7c-12b3-4694-b98a-3cf7b0461f0f ModelInvariantUuid:b2220dfb-d427-461f-a303-df03f4aefa89 ModelName:VfwD08621bf43c0.compute.nodes.heat.vsn ModelUuid:9e4f1a79-0dc9-468f-b923-9df21078f60c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:59e6cc57-3123-413d-913d-81123c66cf14 ModelInvariantUuid:4b82cd24-6203-4e30-9372-745823ba01c2 ModelName:vFW d08621bf-43c0-nodes.vpgCvfc ModelUuid:aaf2122a-cd18-4913-8924-160ee7835087 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c62fa9ac-91f4-4805-9520-c69b7e3b74e6 ModelInvariantUuid:b166b2eb-2c0b-4fe5-bb1a-d79a46f316e2 ModelName:VfwD08621bf43c0.compute.nodes.heat.vpg ModelUuid:a70060ac-d64b-4acd-8822-7b4c25734fae 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-08T11:24:32.521Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4 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-08T11:24:32.804Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||vFW d08621bf-43c0 0 2022-03-08T11:24:32.814Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4 2022-03-08T11:24:32.817Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e9574bc-44cd-42c8-88f4-03c440d6cee8 from URL: /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json 2022-03-08T11:24:32.818Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:24:32.819Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json 2022-03-08T11:24:33.075Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:24:33.076Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json 7e9574bc-44cd-42c8-88f4-03c440d6cee8 785 2022-03-08T11:24:33.077Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json ASDC sendASDCNotification 2022-03-08T11:24:33.077Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json 2022-03-08T11:24:33.077Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:24:33.077Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:33.095Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:33.096Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738673076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:33.192Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-08T11:24:33.194Z||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-08T11:24:33.195Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:33.216Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:33.217Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:24:34.098Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD08621bf43c0..base_vfw..module-0", "vfModuleModelInvariantUUID": "4c3988e2-bc77-4f4c-a03c-902691ad36a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d5d58f8-6f9c-49ba-beb2-78ff4e89c255", "vfModuleModelCustomizationUUID": "81cc4e3c-d5c8-46f9-aef1-3cdbd4467e10", "isBase": true, "artifacts": [ "f5767cd7-2bda-4993-a844-42fbcef64c71", "477725e5-aa18-422c-bba8-754e1e0d0c60" ], "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-08T11:24:34.124Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD08621bf43c0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d5d58f8-6f9c-49ba-beb2-78ff4e89c255 VfModuleModelInvariantUUID:4c3988e2-bc77-4f4c-a03c-902691ad36a3 VfModuleModelDescription:NULL Artifacts UUID List:{ f5767cd7-2bda-4993-a844-42fbcef64c71 , 477725e5-aa18-422c-bba8-754e1e0d0c60 } 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-08T11:24:34.129Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD08621bf43c0..base_vfw..module-0", "vfModuleModelInvariantUUID": "4c3988e2-bc77-4f4c-a03c-902691ad36a3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d5d58f8-6f9c-49ba-beb2-78ff4e89c255", "vfModuleModelCustomizationUUID": "81cc4e3c-d5c8-46f9-aef1-3cdbd4467e10", "isBase": true, "artifacts": [ "f5767cd7-2bda-4993-a844-42fbcef64c71", "477725e5-aa18-422c-bba8-754e1e0d0c60" ], "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-08T11:24:34.130Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD08621bf43c0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d5d58f8-6f9c-49ba-beb2-78ff4e89c255 VfModuleModelInvariantUUID:4c3988e2-bc77-4f4c-a03c-902691ad36a3 VfModuleModelDescription:NULL Artifacts UUID List:{ f5767cd7-2bda-4993-a844-42fbcef64c71 , 477725e5-aa18-422c-bba8-754e1e0d0c60 } 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-08T11:24:34.130Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f5767cd7-2bda-4993-a844-42fbcef64c71 from URL: /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml 2022-03-08T11:24:34.130Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:24:34.131Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml 2022-03-08T11:24:34.630Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:24:34.643Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml f5767cd7-2bda-4993-a844-42fbcef64c71 20368 2022-03-08T11:24:34.643Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T11:24:34.644Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml 2022-03-08T11:24:34.644Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:24:34.644Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:34.647Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:34.648Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738674643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:34.754Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-08T11:24:34.756Z||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-08T11:24:34.756Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:34.790Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:34.791Z||pool-12-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:35.650Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 477725e5-aa18-422c-bba8-754e1e0d0c60 from URL: /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env 2022-03-08T11:24:35.651Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:24:35.658Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env 2022-03-08T11:24:36.024Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:24:36.026Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env 477725e5-aa18-422c-bba8-754e1e0d0c60 2098 2022-03-08T11:24:36.026Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T11:24:36.027Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env 2022-03-08T11:24:36.027Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:24:36.027Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:36.031Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:36.032Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738676026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:24:36.130Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:24:36.132Z||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-08T11:24:36.132Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:36.147Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:36.148Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:37.033Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 66fdfa8f-f95b-4a5d-b354-4914b94c6abe 2022-03-08T11:24:37.033Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d08621bf-43c0 0 8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4 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-08T11:24:37.113Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ef4ff3f, org.onap.sdc.toscaparser.api.parameters.Input@577f0688, org.onap.sdc.toscaparser.api.parameters.Input@18705def, org.onap.sdc.toscaparser.api.parameters.Input@728dc531, org.onap.sdc.toscaparser.api.parameters.Input@2b59c158] 2022-03-08T11:24:37.122Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.123Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.125Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-08T11:24:37.125Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 986aae06-ab27-4449-8599-88e27a93ec86 2022-03-08T11:24:37.125Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 986aae06-ab27-4449-8599-88e27a93ec86 matches Tosca VF Customization UUID: 986aae06-ab27-4449-8599-88e27a93ec86 2022-03-08T11:24:37.126Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 986aae06-ab27-4449-8599-88e27a93ec86 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-08T11:24:37.138Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.140Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.148Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 986aae06-ab27-4449-8599-88e27a93ec86: {\"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-08T11:24:37.150Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30106a4f 2022-03-08T11:24:37.150Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.151Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:24:37.156Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 81cc4e3c-d5c8-46f9-aef1-3cdbd4467e10 2022-03-08T11:24:37.159Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 81cc4e3c-d5c8-46f9-aef1-3cdbd4467e10 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-08T11:24:37.174Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.175Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.176Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:37.178Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.179Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.180Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:37.180Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.181Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:37.181Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:37.182Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T11:24:37.183Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:37.184Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:24:37.184Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:24:37.184Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.185Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.185Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:24:37.186Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.186Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:24:37.186Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.187Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=97aa6653-5540-4344-8502-c0734d8a83a7 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-08T11:24:37.201Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.202Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.203Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:37.204Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.204Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:37.205Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:37.206Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:24:37.207Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.208Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.208Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:24:37.209Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.210Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:37.211Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T11:24:37.212Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:24:37.212Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.213Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:24:37.213Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.214Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17d81d91-32fd-402e-b514-284aed588ddd 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-08T11:24:37.223Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.224Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.225Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:37.231Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.232Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is not matching search criteria 2022-03-08T11:24:37.233Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:24:37.233Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:24:37.234Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.240Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.241Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:24:37.241Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.241Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:24:37.242Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:24:37.242Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:24:37.243Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:24:37.243Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:24:37.244Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T11:24:37.244Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e6cc57-3123-413d-913d-81123c66cf14 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-08T11:24:37.249Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.249Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.250Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:24:37.252Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.252Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Node template vFW d08621bf-43c0 0 is matching search criteria 2022-03-08T11:24:37.253Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW d08621bf-43c0 0] matching following query criteria: sdcType=VF, customizationUUID=986aae06-ab27-4449-8599-88e27a93ec86 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-08T11:24:37.276Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.277Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.277Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 66fdfa8f-f95b-4a5d-b354-4914b94c6abe: vFW d08621bf-43c0 2022-03-08T11:24:37.279Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.279Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.280Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.280Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.280Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.281Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.281Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.281Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.282Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:24:37.283Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-21-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:24:37.283Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-08 11-21-58 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-08T11:24:38.115Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d08621bf-43c0 8b81e9d1-584d-4e3a-bf6b-ef6e6fa6aaa4 1 ASDC deployResourceStructure 2022-03-08T11:24:38.116Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json ASDC sendASDCNotification 2022-03-08T11:24:38.116Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json 2022-03-08T11:24:38.116Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:24:38.116Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:38.125Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:38.126Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738678116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:24:38.222Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-08T11:24:38.224Z||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-08T11:24:38.224Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:38.244Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:38.245Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:24:39.127Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T11:24:39.127Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml 2022-03-08T11:24:39.128Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:24:39.128Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:39.131Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:39.131Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738679127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:24:39.236Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-08T11:24:39.237Z||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-08T11:24:39.238Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:39.261Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:39.262Z||pool-15-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:40.133Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T11:24:40.133Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env 2022-03-08T11:24:40.133Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:24:40.134Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:40.140Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:40.141Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738680133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T11:24:40.255Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms 2022-03-08T11:24:40.260Z||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-08T11:24:40.260Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:40.282Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:40.283Z||pool-16-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:41.143Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar ASDC sendASDCNotification 2022-03-08T11:24:41.145Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar 2022-03-08T11:24:41.146Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:24:41.146Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:24:41.152Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:24:41.153Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738681143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:24:41.253Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:24:41.258Z||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-08T11:24:41.259Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:24:41.275Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:24:41.276Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:24:42.155Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:24:42.179Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:24:42.185Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:24:42.186Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:24:42.187Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:25:12.188Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:25:12.208Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:25:12.220Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:25:12.228Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:25:12.230Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:25:14.672Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:25:14.673Z||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-08T11:25:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:25:14.711Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:25:14.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:25:14.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:25:14.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:25:42.233Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:25:42.265Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:25:42.276Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:25:42.276Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:25:42.276Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:26:12.277Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:26:12.300Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:26:12.322Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:26:12.322Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:26:12.323Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:26:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:26:14.673Z||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-08T11:26:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:26:14.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:26:14.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:26:14.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738655053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:26:14.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:26:42.323Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:26:42.343Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:26:42.353Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:26:42.354Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:26:42.355Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:27:12.356Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:27:12.373Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:27:12.378Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:27:12.379Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:27:12.379Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:27:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:27:14.672Z||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-08T11:27:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:27:14.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:27:14.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:27:14.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "NOTIFIED" } 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738650122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738657066, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:27:14.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "clamp", "timestamp": 1646738658072, "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-08T11:27:14.754Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:27:14.755Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:27:14.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738658233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:27:14.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:27:14.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738654665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:27:14.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:27:14.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738663033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:27:14.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738673076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:27:14.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738674643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:27:14.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738676026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:27:14.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738678116, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/vfwd08621bf43c00_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738679127, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738680133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/resourceInstances/vfwd08621bf43c00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738681061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738681143, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112158/1.0/artifacts/service-Vfw20220308112158-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:27:14.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:27:14.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:27:14.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "aai-ml", "timestamp": 1646738682071, "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-08T11:27:14.814Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e3769526-406b-40ee-882b-e4ce6c77716a 2022-03-08T11:27:14.815Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:27:42.379Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:27:42.403Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:27:42.419Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:27:42.419Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:27:42.419Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:27:42.419Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:27:42.420Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.420Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.420Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.420Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.421Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.421Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:27:42.421Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T11:27:42.437Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:28:12.438Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e3769526-406b-40ee-882b-e4ce6c77716a 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-08T11:28:12.489Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e3769526-406b-40ee-882b-e4ce6c77716a and serviceModelVersionId: 66fdfa8f-f95b-4a5d-b354-4914b94c6abe 2022-03-08T11:28:12.502Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b4baf6e-2dd4-4861-afb4-02f76fbec293 2022-03-08T11:28:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:28:14.673Z||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-08T11:28:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:28:14.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:14.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:28:14.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:28:14.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:28:14.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:28:14.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738805377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738807301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:14.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738811231, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:14.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738822274, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:14.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:14.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738821506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:14.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:14.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738821652, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:14.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:14.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738815383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738815279, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "cds", "timestamp": 1646738823281, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-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-08T11:28:14.876Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:28:14.877Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:28:14.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738822657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:28:14.930Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:14.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738823545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:14.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:14.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:14.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:14.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:14.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "policy-id", "timestamp": 1646738823660, "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-08T11:28:14.950Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:28:14.951Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:28:15.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738825052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:15.037Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:15.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738825417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:28:15.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:15.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738826424, "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-08T11:28:15.053Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:28:15.053Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:28:15.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "ves-openapi-manager", "timestamp": 1646738819875, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738826689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:15.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:15.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738827722, "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-08T11:28:15.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:28:15.133Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:28:15.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "multicloud-k8s-id", "timestamp": 1646738828726, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:28:15.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:15.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738832077, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:15.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:28:15.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:28:15.155Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738834089, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:28:15.158Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:28:37.860Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?depth=0 2022-03-08T11:28:38.096Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:28:39.185Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?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-08T11:28:39.211Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?depth=0|INFO|500||Invoke 2022-03-08T11:28:39.524Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:28:40.193Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?depth=0|INFO|500||InvokeReturn 2022-03-08T11:28:40.248Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b4baf6e-2dd4-4861-afb4-02f76fbec293/model-vers/model-ver/66fdfa8f-f95b-4a5d-b354-4914b94c6abe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-11:28:39:544-46162], vertex-id=[319552], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:28:39 GMT], Content-Type=[application/json]} 2022-03-08T11:28:40.251Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:28:40.257Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:28:40.257Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T11:28:40.268Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T11:28:40.271Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e3769526-406b-40ee-882b-e4ce6c77716a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:28:40.273Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:28:40.274Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:40.285Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:40.285Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738920271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:28:40.380Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-08T11:28:40.382Z||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-08T11:28:40.382Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:40.402Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:40.405Z||pool-18-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-08T11:28:41.307Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:28:41.309Z|e3769526-406b-40ee-882b-e4ce6c77716a|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-08T11:28:41.309Z|e3769526-406b-40ee-882b-e4ce6c77716a|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 12qDeltfCyPM63KK) ... 2022-03-08T11:28:45.699Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:45.701Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T11:28:45.705Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"e179d075-f8af-4b32-93f7-faefdb4f203b","serviceName":"vFW 2022-03-08 11-24-50","serviceVersion":"1.0","serviceUUID":"4d13c879-95fb-4f87-b32f-defc81eded72","serviceDescription":"catalog service description","serviceInvariantUUID":"bad1a92b-38cf-4a93-bcac-fadf62909a8c","resources":[{"resourceInstanceName":"vFW 03252120-e43b 0","resourceName":"vFW 03252120-e43b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a62fc329-450d-4d1c-8bdf-22996178cf47","resourceInvariantUUID":"a508bea8-3f07-4572-a857-4f49ed138666","resourceCustomizationUUID":"af96293e-b42d-465b-8a7d-67676c2ab255","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml","artifactChecksum":"M2RhYjc2ZmM4ODcxYTVmM2RkNjFiNWUwMTY5Y2JkOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb46b486-8e03-4744-a80c-a6bd2eeb4ea8","artifactVersion":"1"},{"artifactName":"vfw03252120e43b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json","artifactChecksum":"MzUxODE3ZGYzN2QyOWMxMTQxNmI4NDg3ZTFkMTRkMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"adb08d08-f5eb-4cb2-ae6d-4f020b54551e","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fe19e961-3acc-4fe9-8f9d-63e82eaf3881","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWE2MjQ4MzQ5MGU1OGY1N2FhYjk0MTE0NTQ2YThlMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39cf314a-6965-4df3-9734-8a29b31e5456","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"016f0bba-293b-4a89-aed3-55c93097b62d","artifactVersion":"3","generatedFromUUID":"fe19e961-3acc-4fe9-8f9d-63e82eaf3881"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308112450-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml","artifactChecksum":"ZTA5Y2MzYWZmYmUzNjY0N2FlM2YxZGZiYzRjMDY3Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fa3ad0b1-a0e8-454d-8d56-74979b196025","artifactVersion":"1"},{"artifactName":"service-Vfw20220308112450-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar","artifactChecksum":"ODYyMmI3OGY2OGZlYTg2OTY2ODIwZTk4ODg0YzdiODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52b1c5dd-9a31-4e2e-93c2-200fc9d20e44","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:28:45.711Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:45.712Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:45.716Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:45.716Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:45.817Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T11:28:45.818Z||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-08T11:28:45.818Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:45.839Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:45.840Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:46.717Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:46.718Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:46.722Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:46.722Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:28:46.822Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:28:46.824Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-08T11:28:46.824Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:46.838Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:46.839Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:47.723Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:47.724Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:47.729Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:47.730Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:28:47.831Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T11:28:47.832Z||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-08T11:28:47.832Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:47.846Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:47.846Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:48.731Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:48.733Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:48.736Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:48.736Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:48.837Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:28:48.839Z||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-08T11:28:48.839Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:48.852Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:48.852Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:49.740Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:49.741Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:49.745Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:49.746Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:28:49.846Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:28:49.847Z||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-08T11:28:49.848Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:49.862Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:49.863Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:50.747Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:50.749Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:50.754Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:50.755Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:28:50.854Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-08T11:28:50.856Z||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-08T11:28:50.856Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:50.872Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:50.874Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:51.759Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:28:51.761Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:51.765Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:51.766Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:28:51.871Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-08T11:28:51.873Z||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-08T11:28:51.873Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:51.892Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:51.893Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:28:52.773Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "serviceName": "vFW 2022-03-08 11-24-50", "serviceVersion": "1.0", "serviceUUID": "4d13c879-95fb-4f87-b32f-defc81eded72", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bad1a92b-38cf-4a93-bcac-fadf62909a8c", "resources": [ { "resourceInstanceName": "vFW 03252120-e43b 0", "resourceCustomizationUUID": "af96293e-b42d-465b-8a7d-67676c2ab255", "resourceName": "vFW 03252120-e43b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a62fc329-450d-4d1c-8bdf-22996178cf47", "resourceInvariantUUID": "a508bea8-3f07-4572-a857-4f49ed138666", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw03252120e43b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "artifactChecksum": "MzUxODE3ZGYzN2QyOWMxMTQxNmI4NDg3ZTFkMTRkMDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "adb08d08-f5eb-4cb2-ae6d-4f020b54551e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fe19e961-3acc-4fe9-8f9d-63e82eaf3881", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "016f0bba-293b-4a89-aed3-55c93097b62d", "generatedFromUUID": "fe19e961-3acc-4fe9-8f9d-63e82eaf3881" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "016f0bba-293b-4a89-aed3-55c93097b62d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220308112450-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "artifactChecksum": "ODYyMmI3OGY2OGZlYTg2OTY2ODIwZTk4ODg0YzdiODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "52b1c5dd-9a31-4e2e-93c2-200fc9d20e44" } ], "workloadContext": "Production" } 2022-03-08T11:28:52.774Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:28:52.774Z|e3769526-406b-40ee-882b-e4ce6c77716a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4d13c879-95fb-4f87-b32f-defc81eded72 ASDC 2022-03-08T11:28:52.776Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:e179d075-f8af-4b32-93f7-faefdb4f203b ServiceName:vFW 2022-03-08 11-24-50 ServiceVersion:1.0 ServiceUUID:4d13c879-95fb-4f87-b32f-defc81eded72 ServiceInvariantUUID:bad1a92b-38cf-4a93-bcac-fadf62909a8c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220308112450-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar ArtifactUUID:52b1c5dd-9a31-4e2e-93c2-200fc9d20e44 ArtifactChecksum:ODYyMmI3OGY2OGZlYTg2OTY2ODIwZTk4ODg0YzdiODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 03252120-e43b 0 ResourceCustomizationUUID:af96293e-b42d-465b-8a7d-67676c2ab255 ResourceInvariantUUID:a508bea8-3f07-4572-a857-4f49ed138666 ResourceName:vFW 03252120-e43b ResourceType:VF ResourceUUID:a62fc329-450d-4d1c-8bdf-22996178cf47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw03252120e43b0_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json ArtifactUUID:adb08d08-f5eb-4cb2-ae6d-4f020b54551e ArtifactChecksum:MzUxODE3ZGYzN2QyOWMxMTQxNmI4NDg3ZTFkMTRkMDI= 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/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml ArtifactUUID:fe19e961-3acc-4fe9-8f9d-63e82eaf3881 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env ArtifactUUID:016f0bba-293b-4a89-aed3-55c93097b62d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env ArtifactUUID:016f0bba-293b-4a89-aed3-55c93097b62d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T11:28:52.776Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4d13c879-95fb-4f87-b32f-defc81eded72 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-08T11:28:52.825Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:28:52.827Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:28:52.827Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:28:52.828Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 52b1c5dd-9a31-4e2e-93c2-200fc9d20e44 from URL: /sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:52.828Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:28:52.828Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:52.924Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:28:52.931Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar 52b1c5dd-9a31-4e2e-93c2-200fc9d20e44 98955 2022-03-08T11:28:52.932Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar ASDC sendASDCNotification 2022-03-08T11:28:52.932Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:52.932Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:28:52.933Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:52.936Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:52.936Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738932932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:53.036Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:28:53.038Z||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-08T11:28:53.039Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:53.053Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:53.055Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:28:53.937Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:28:53.938Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:28:53.939Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 52b1c5dd-9a31-4e2e-93c2-200fc9d20e44, URL: /sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar to file: /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:53.939Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308112450-csar.csar 2022-03-08T11:28:53.940Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:53.941Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:54.200Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6584400502289442976/Definitions/service-Vfw20220308112450-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_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 Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-08T11:28:58.458Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:28:58.459Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:28:58.459Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.459Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-08T11:28:58.459Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||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-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.460Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||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-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.460Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.460Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.460Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.460Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||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-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||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-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 03252120-e43b 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-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.461Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.462Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308112450-csar.csar 2022-03-08T11:28:58.462Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:28:58.462Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.463Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.463Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:28:58.463Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:28:58.463Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:28:58.464Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.464Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.464Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:28:58.464Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:28:58.465Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:28:58.465Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.465Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.466Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.466Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:28:58.466Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:28:58.466Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:28:58.467Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:28:58.467Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.467Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.467Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.468Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:28:58.468Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:28:58.468Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:28:58.468Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:28:58.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:28:58.470Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.470Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T11:28:58.470Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.470Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:28:58.471Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.471Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:28:58.472Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:28:58.472Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.472Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:28:58.472Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:28:58.473Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.473Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:28:58.473Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:28:58.474Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.474Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:28:58.474Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:28:58.474Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:28:58.474Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T11:28:58.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:28:58.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:28:58.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:28:58.476Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.476Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:28:58.476Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.476Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d5fa85f-d007-467c-8306-402e02d046b2 2022-03-08T11:28:58.477Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.477Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:28:58.477Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:28:58.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:28:58.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:28:58.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.479Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:28:58.479Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T11:28:58.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:28:58.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:28:58.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34aaf47d-63e6-4426-be12-59206dd2ad67 2022-03-08T11:28:58.481Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.481Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:28:58.481Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:28:58.482Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:28:58.482Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:28:58.482Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.482Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.483Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.483Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:28:58.483Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:28:58.484Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:28:58.484Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:28:58.484Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:28:58.484Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T11:28:58.485Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ebe6ee26-c6de-458f-96dc-a01864ba2d31 2022-03-08T11:28:58.485Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.485Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.486Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.486Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.486Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.486Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.487Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:28:58.487Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:28:58.487Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-08 11-24-50 Description:catalog service description Model UUID:4d13c879-95fb-4f87-b32f-defc81eded72 Model Version:NULL Model InvariantUuid:bad1a92b-38cf-4a93-bcac-fadf62909a8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 03252120-e43b Model UUID:62d89bed-0470-418b-b40e-570c2c248f71 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a508bea8-3f07-4572-a857-4f49ed138666 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af96293e-b42d-465b-8a7d-67676c2ab255 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:20a8b11d-7f34-4c4e-bf45-8b882825f8dc ModelName:Vfw03252120E43b..base_vfw..module-0 ModelUuid:4470fe94-5ce2-4e1b-bdc2-ac94dc6a8826 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d5fa85f-d007-467c-8306-402e02d046b2 ModelInvariantUuid:1eb39e7f-f3a2-43c7-89d4-b24820b61775 ModelName:vFW 03252120-e43b-nodes.vfwCvfc ModelUuid:ede0ab14-d691-4c2f-a418-90adbb9c9c1a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:22deda54-fd4f-4410-bad2-96634b1b28c6 ModelInvariantUuid:a1e2afdf-f268-4ed1-b757-b66c2129ad92 ModelName:Vfw03252120E43b.compute.nodes.heat.vfw ModelUuid:8489ed1e-b1f8-4eee-a83d-97f0e6fd22b5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:34aaf47d-63e6-4426-be12-59206dd2ad67 ModelInvariantUuid:585c88fb-889e-4319-a39a-f1a8d29faa72 ModelName:vFW 03252120-e43b-nodes.vsnCvfc ModelUuid:31346364-0219-45ba-b20e-4c8184ceb966 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:29681eb9-dc47-4cf8-8081-5094f4807888 ModelInvariantUuid:430fbe7e-9783-4f86-9eef-7012f693c338 ModelName:Vfw03252120E43b.compute.nodes.heat.vsn ModelUuid:93761f1d-2ef6-458a-94d5-7ba2bb1baf2c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ebe6ee26-c6de-458f-96dc-a01864ba2d31 ModelInvariantUuid:533039af-3a5d-49fc-ba9f-d16543599255 ModelName:vFW 03252120-e43b-nodes.vpgCvfc ModelUuid:8a0e0909-e544-4bda-ba29-33c06e2ba682 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d9edf2bf-c6e7-4542-8562-94286a777b31 ModelInvariantUuid:042ffff9-c775-4055-ae70-2234156c1043 ModelName:Vfw03252120E43b.compute.nodes.heat.vpg ModelUuid:4872d0ef-45d6-4f34-8831-50b38f00df1a 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-08T11:28:58.499Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a62fc329-450d-4d1c-8bdf-22996178cf47 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-08T11:28:58.503Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||vFW 03252120-e43b 0 2022-03-08T11:28:58.504Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a62fc329-450d-4d1c-8bdf-22996178cf47 2022-03-08T11:28:58.504Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: adb08d08-f5eb-4cb2-ae6d-4f020b54551e from URL: /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json 2022-03-08T11:28:58.504Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:28:58.504Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json 2022-03-08T11:28:58.938Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:28:58.940Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json adb08d08-f5eb-4cb2-ae6d-4f020b54551e 785 2022-03-08T11:28:58.941Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json ASDC sendASDCNotification 2022-03-08T11:28:58.941Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json 2022-03-08T11:28:58.941Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:28:58.942Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:28:58.947Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:28:58.947Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738938941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:28:59.049Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:28:59.051Z||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-08T11:28:59.052Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:28:59.067Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:28:59.068Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:28:59.948Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw03252120E43b..base_vfw..module-0", "vfModuleModelInvariantUUID": "20a8b11d-7f34-4c4e-bf45-8b882825f8dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4470fe94-5ce2-4e1b-bdc2-ac94dc6a8826", "vfModuleModelCustomizationUUID": "b010db04-f5e6-42b1-86b0-6220fec199c7", "isBase": true, "artifacts": [ "fe19e961-3acc-4fe9-8f9d-63e82eaf3881", "016f0bba-293b-4a89-aed3-55c93097b62d" ], "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-08T11:28:59.957Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw03252120E43b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4470fe94-5ce2-4e1b-bdc2-ac94dc6a8826 VfModuleModelInvariantUUID:20a8b11d-7f34-4c4e-bf45-8b882825f8dc VfModuleModelDescription:NULL Artifacts UUID List:{ fe19e961-3acc-4fe9-8f9d-63e82eaf3881 , 016f0bba-293b-4a89-aed3-55c93097b62d } 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-08T11:28:59.963Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw03252120E43b..base_vfw..module-0", "vfModuleModelInvariantUUID": "20a8b11d-7f34-4c4e-bf45-8b882825f8dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4470fe94-5ce2-4e1b-bdc2-ac94dc6a8826", "vfModuleModelCustomizationUUID": "b010db04-f5e6-42b1-86b0-6220fec199c7", "isBase": true, "artifacts": [ "fe19e961-3acc-4fe9-8f9d-63e82eaf3881", "016f0bba-293b-4a89-aed3-55c93097b62d" ], "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-08T11:28:59.963Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw03252120E43b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4470fe94-5ce2-4e1b-bdc2-ac94dc6a8826 VfModuleModelInvariantUUID:20a8b11d-7f34-4c4e-bf45-8b882825f8dc VfModuleModelDescription:NULL Artifacts UUID List:{ fe19e961-3acc-4fe9-8f9d-63e82eaf3881 , 016f0bba-293b-4a89-aed3-55c93097b62d } 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-08T11:28:59.963Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fe19e961-3acc-4fe9-8f9d-63e82eaf3881 from URL: /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml 2022-03-08T11:28:59.963Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:28:59.964Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml 2022-03-08T11:29:00.330Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:29:00.332Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml fe19e961-3acc-4fe9-8f9d-63e82eaf3881 20368 2022-03-08T11:29:00.332Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T11:29:00.332Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml 2022-03-08T11:29:00.332Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:29:00.333Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:00.336Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:00.336Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738940332, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:29:00.436Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:29:00.438Z||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-08T11:29:00.438Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:00.452Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:00.454Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:29:01.337Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 016f0bba-293b-4a89-aed3-55c93097b62d from URL: /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env 2022-03-08T11:29:01.338Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:29:01.338Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env 2022-03-08T11:29:01.781Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:29:01.782Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env 016f0bba-293b-4a89-aed3-55c93097b62d 2098 2022-03-08T11:29:01.783Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T11:29:01.783Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env 2022-03-08T11:29:01.784Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:29:01.784Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:01.789Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:01.789Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738941783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:29:01.888Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:29:01.890Z||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-08T11:29:01.890Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:01.907Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:01.908Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:29:02.790Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4d13c879-95fb-4f87-b32f-defc81eded72 2022-03-08T11:29:02.791Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 03252120-e43b 0 a62fc329-450d-4d1c-8bdf-22996178cf47 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-08T11:29:02.827Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6859d3d2, org.onap.sdc.toscaparser.api.parameters.Input@2ce0f167, org.onap.sdc.toscaparser.api.parameters.Input@68764db3, org.onap.sdc.toscaparser.api.parameters.Input@6ea05bbf, org.onap.sdc.toscaparser.api.parameters.Input@48c1d2fa] 2022-03-08T11:29:02.830Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.831Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.832Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-08T11:29:02.832Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= af96293e-b42d-465b-8a7d-67676c2ab255 2022-03-08T11:29:02.832Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af96293e-b42d-465b-8a7d-67676c2ab255 matches Tosca VF Customization UUID: af96293e-b42d-465b-8a7d-67676c2ab255 2022-03-08T11:29:02.832Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: af96293e-b42d-465b-8a7d-67676c2ab255 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-08T11:29:02.845Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.846Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.849Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id af96293e-b42d-465b-8a7d-67676c2ab255: {\"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-08T11:29:02.849Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5551727e 2022-03-08T11:29:02.849Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.850Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:29:02.850Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b010db04-f5e6-42b1-86b0-6220fec199c7 2022-03-08T11:29:02.851Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b010db04-f5e6-42b1-86b0-6220fec199c7 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-08T11:29:02.856Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.856Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.857Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:29:02.858Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.858Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.859Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:29:02.859Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.860Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:29:02.860Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:29:02.860Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:29:02.861Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-08T11:29:02.861Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:29:02.861Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:29:02.862Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.863Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.863Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:29:02.863Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.864Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:29:02.864Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.864Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9d5fa85f-d007-467c-8306-402e02d046b2 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-08T11:29:02.869Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.870Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.870Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:29:02.870Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.871Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:29:02.871Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:29:02.871Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:29:02.872Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:29:02.872Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.872Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.872Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.873Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:29:02.873Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-08T11:29:02.873Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-08T11:29:02.873Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.873Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-08T11:29:02.874Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.874Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=34aaf47d-63e6-4426-be12-59206dd2ad67 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-08T11:29:02.888Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.889Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.889Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:29:02.889Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.890Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is not matching search criteria 2022-03-08T11:29:02.890Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-08T11:29:02.890Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-08T11:29:02.890Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-08T11:29:02.890Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.891Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.891Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.892Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-08T11:29:02.892Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-08T11:29:02.893Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-08T11:29:02.893Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-08T11:29:02.893Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-08T11:29:02.893Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-08T11:29:02.894Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ebe6ee26-c6de-458f-96dc-a01864ba2d31 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-08T11:29:02.898Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.898Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.899Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:29:02.899Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.899Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Node template vFW 03252120-e43b 0 is matching search criteria 2022-03-08T11:29:02.900Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03252120-e43b 0] matching following query criteria: sdcType=VF, customizationUUID=af96293e-b42d-465b-8a7d-67676c2ab255 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-08T11:29:02.906Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.907Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.908Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4d13c879-95fb-4f87-b32f-defc81eded72: vFW 03252120-e43b 2022-03-08T11:29:02.908Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.909Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.909Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.909Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.910Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.910Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.910Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.910Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.912Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:29:02.912Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-08 11-24-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:29:02.913Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-08 11-24-50 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-08T11:29:03.293Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 03252120-e43b a62fc329-450d-4d1c-8bdf-22996178cf47 1 ASDC deployResourceStructure 2022-03-08T11:29:03.294Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json ASDC sendASDCNotification 2022-03-08T11:29:03.294Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json 2022-03-08T11:29:03.294Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:29:03.295Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:03.298Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:03.299Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738943294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:29:03.398Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:29:03.400Z||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-08T11:29:03.400Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:03.416Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:03.418Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:29:04.300Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-08T11:29:04.301Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml 2022-03-08T11:29:04.302Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:29:04.302Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:04.306Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:04.306Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738944300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:29:04.406Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:29:04.408Z||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-08T11:29:04.408Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:04.421Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:04.422Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:29:05.308Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-08T11:29:05.309Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env 2022-03-08T11:29:05.309Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:29:05.309Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:05.311Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:05.312Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738945307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T11:29:05.412Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:29:05.414Z||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-08T11:29:05.415Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:05.431Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:05.433Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:29:06.313Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar ASDC sendASDCNotification 2022-03-08T11:29:06.313Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar 2022-03-08T11:29:06.313Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:29:06.314Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:29:06.316Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:29:06.316Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738946313, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:29:06.417Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T11:29:06.418Z||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-08T11:29:06.418Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:29:06.432Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:06.432Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:29:07.317Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:29:07.334Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:29:07.340Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:29:07.341Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:29:07.341Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:29:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:29:14.672Z||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-08T11:29:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:29:14.702Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:29:14.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:29:14.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:29:14.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:29:37.341Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:29:37.373Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:29:37.379Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:29:37.380Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:29:37.380Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:30:07.380Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:30:07.393Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:30:07.398Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:30:07.398Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:30:07.398Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:30:14.671Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:30:14.672Z||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-08T11:30:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:30:14.714Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:30:14.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "clamp", "timestamp": 1646738835094, "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-08T11:30:14.739Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:30:14.740Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:30:14.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738830122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738837986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.769Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738851830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:30:14.770Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "aai-ml", "timestamp": 1646738852848, "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-08T11:30:14.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e179d075-f8af-4b32-93f7-faefdb4f203b 2022-03-08T11:30:14.801Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:30:14.820Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.820Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.821Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.822Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:30:14.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.823Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738850376, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738847301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738845383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738861179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738860102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "cds", "timestamp": 1646738862184, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-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-08T11:30:14.879Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:14.880Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:14.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738861107, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:30:14.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738855279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "policy-id", "timestamp": 1646738862110, "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-08T11:30:14.914Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:14.914Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:14.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738863388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738864694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.937Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.937Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738866083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738865894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738860122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:14.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "ves-openapi-manager", "timestamp": 1646738859875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:14.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:14.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738866928, "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-08T11:30:14.956Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:14.957Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:14.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738867874, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738868098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "multicloud-k8s-id", "timestamp": 1646738867934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:30:14.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:14.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:14.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "clamp", "timestamp": 1646738869105, "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-08T11:30:14.983Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:14.983Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:14.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738875830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "aai-ml", "timestamp": 1646738876836, "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-08T11:30:15.033Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:15.033Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:15.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:30:15.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738871231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738879642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738882220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:30:15.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:30:15.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:30:15.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646738883226, "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-08T11:30:15.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47fc804e-b593-4d30-85a5-10552b1d46d5 2022-03-08T11:30:15.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:30:37.399Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:30:37.416Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:30:37.423Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:30:37.424Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:30:37.424Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:30:37.424Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:30:37.424Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.425Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.425Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.425Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.425Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.425Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:30:37.426Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T11:30:37.438Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:31:07.439Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e179d075-f8af-4b32-93f7-faefdb4f203b 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-08T11:31:07.447Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e179d075-f8af-4b32-93f7-faefdb4f203b and serviceModelVersionId: 4d13c879-95fb-4f87-b32f-defc81eded72 2022-03-08T11:31:07.447Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bad1a92b-38cf-4a93-bcac-fadf62909a8c 2022-03-08T11:31:07.449Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0 2022-03-08T11:31:07.456Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:31:07.578Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0|INFO|500||Invoke 2022-03-08T11:31:07.578Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e179d075-f8af-4b32-93f7-faefdb4f203b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8217d1f8-7a9b-4f19-85db-f56c4fbc244a], X-ECOMP-RequestID=[e179d075-f8af-4b32-93f7-faefdb4f203b], X-TransactionId=[], X-ONAP-RequestID=[e179d075-f8af-4b32-93f7-faefdb4f203b], Content-Type=[application/merge-patch+json]} 2022-03-08T11:31:07.647Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:31:08.423Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?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/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-11:31:07:663-25739], vertex-id=[376952], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:31:07 GMT], Content-Type=[application/json]} 2022-03-08T11:31:08.424Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:31:08.426Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bad1a92b-38cf-4a93-bcac-fadf62909a8c/model-vers/model-ver/4d13c879-95fb-4f87-b32f-defc81eded72?depth=0|INFO|500||InvokeReturn 2022-03-08T11:31:08.426Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:31:08.426Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T11:31:08.434Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T11:31:08.436Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e179d075-f8af-4b32-93f7-faefdb4f203b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:31:08.437Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:31:08.438Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:08.445Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:08.445Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739068436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:31:08.543Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-08T11:31:08.546Z||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-08T11:31:08.547Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:08.564Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:08.565Z||pool-34-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-08T11:31:09.462Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-08T11:31:09.462Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"47fc804e-b593-4d30-85a5-10552b1d46d5","serviceName":"basic_onboard_jlqGTF","serviceVersion":"1.0","serviceUUID":"57e30fe7-16cf-47cc-be86-13aff4690d2e","serviceDescription":"service","serviceInvariantUUID":"a1898d56-da40-439c-85af-3ab051a8cf8f","resources":[{"resourceInstanceName":"basic_onboard_jlqGTF 0","resourceName":"basic_onboard_jlqGTF","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bd0a3463-2255-4ab7-b561-0289da37bc40","resourceInvariantUUID":"9ebf18ab-9c42-4a01-85f9-fc72fc9a8f53","resourceCustomizationUUID":"0bba9e9e-6583-4549-8a82-1d4853c3d03d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml","artifactChecksum":"OGYzZTI5ZmNiMTllOTk5NTM4NmE3NzNiNDEwYzM4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61b3c2bb-b7b1-475d-94ff-75617b5804e1","artifactVersion":"1"},{"artifactName":"basic_onboard_jlqgtf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json","artifactChecksum":"NTQ3ZTY4OGIyODM2OWJmN2FlZTkwMjRmZWFmNWU4NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7512165-f65c-4dcc-aa54-397cebfd6236","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"76603734-eecf-47a1-8a17-c16e2401fca4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74a3758c-b05c-4e04-bb31-651256198459","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4","artifactVersion":"2","generatedFromUUID":"76603734-eecf-47a1-8a17-c16e2401fca4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJlqgtf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml","artifactChecksum":"YTVjNmRlZTEzOTZjOWRkOTUzMzgwNWNjZDNjNjExYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ba882dc-933c-420a-80f0-398b8657a00f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJlqgtf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar","artifactChecksum":"NjQ1ZWI3MTA0NGZhMWNlZmIyNTU5YTgyOGNjZDc3OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e8d23ad-b3f6-4294-bbab-9e4d5893ac26","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:31:09.465Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:09.466Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:09.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:09.469Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:09.573Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-08T11:31:09.574Z||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-08T11:31:09.574Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:09.596Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:09.597Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:31:10.470Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:10.475Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:10.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:10.478Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:31:10.579Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:31:10.580Z||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-08T11:31:10.580Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:10.602Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:10.603Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:11.479Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:11.480Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:11.483Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:11.484Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T11:31:11.583Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:31:11.584Z||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-08T11:31:11.585Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:11.597Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:11.598Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:12.485Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:12.486Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:12.493Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:12.495Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:12.592Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-08T11:31:12.593Z||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-08T11:31:12.593Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:12.607Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:12.618Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:13.497Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:13.498Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:13.514Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:13.514Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T11:31:13.602Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-03-08T11:31:13.608Z||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-08T11:31:13.608Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:13.621Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:13.622Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:14.515Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:14.516Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:14.519Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:14.519Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:14.619Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:31:14.620Z||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-08T11:31:14.620Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:14.633Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:14.634Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:14.677Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:31:14.678Z||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-08T11:31:14.683Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:31:14.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:14.731Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e3769526-406b-40ee-882b-e4ce6c77716a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738920271, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:31:14.732Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-08T11:31:14.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738932932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738938941, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:14.757Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738940332, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738941783, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:14.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738943294, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/vfw03252120e43b0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738944300, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738945307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/resourceInstances/vfw03252120e43b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-08T11:31:14.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:14.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:31:14.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738946313, "artifactURL": "/sdc/v1/catalog/services/Vfw20220308112450/1.0/artifacts/service-Vfw20220308112450-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:31:14.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:31:15.520Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:31:15.522Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:15.527Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:15.527Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:31:15.627Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:31:15.629Z||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-08T11:31:15.629Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:15.651Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:15.652Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:16.533Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "serviceName": "basic_onboard_jlqGTF", "serviceVersion": "1.0", "serviceUUID": "57e30fe7-16cf-47cc-be86-13aff4690d2e", "serviceDescription": "service", "serviceInvariantUUID": "a1898d56-da40-439c-85af-3ab051a8cf8f", "resources": [ { "resourceInstanceName": "basic_onboard_jlqGTF 0", "resourceCustomizationUUID": "0bba9e9e-6583-4549-8a82-1d4853c3d03d", "resourceName": "basic_onboard_jlqGTF", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bd0a3463-2255-4ab7-b561-0289da37bc40", "resourceInvariantUUID": "9ebf18ab-9c42-4a01-85f9-fc72fc9a8f53", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jlqgtf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "artifactChecksum": "NTQ3ZTY4OGIyODM2OWJmN2FlZTkwMjRmZWFmNWU4NGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7512165-f65c-4dcc-aa54-397cebfd6236", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "76603734-eecf-47a1-8a17-c16e2401fca4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4", "generatedFromUUID": "76603734-eecf-47a1-8a17-c16e2401fca4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJlqgtf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "artifactChecksum": "NjQ1ZWI3MTA0NGZhMWNlZmIyNTU5YTgyOGNjZDc3OWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e8d23ad-b3f6-4294-bbab-9e4d5893ac26" } ], "workloadContext": "Production" } 2022-03-08T11:31:16.534Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:31:16.534Z|e179d075-f8af-4b32-93f7-faefdb4f203b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 57e30fe7-16cf-47cc-be86-13aff4690d2e ASDC 2022-03-08T11:31:16.534Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:47fc804e-b593-4d30-85a5-10552b1d46d5 ServiceName:basic_onboard_jlqGTF ServiceVersion:1.0 ServiceUUID:57e30fe7-16cf-47cc-be86-13aff4690d2e ServiceInvariantUUID:a1898d56-da40-439c-85af-3ab051a8cf8f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJlqgtf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar ArtifactUUID:9e8d23ad-b3f6-4294-bbab-9e4d5893ac26 ArtifactChecksum:NjQ1ZWI3MTA0NGZhMWNlZmIyNTU5YTgyOGNjZDc3OWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_jlqGTF 0 ResourceCustomizationUUID:0bba9e9e-6583-4549-8a82-1d4853c3d03d ResourceInvariantUUID:9ebf18ab-9c42-4a01-85f9-fc72fc9a8f53 ResourceName:basic_onboard_jlqGTF ResourceType:VF ResourceUUID:bd0a3463-2255-4ab7-b561-0289da37bc40 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jlqgtf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json ArtifactUUID:b7512165-f65c-4dcc-aa54-397cebfd6236 ArtifactChecksum:NTQ3ZTY4OGIyODM2OWJmN2FlZTkwMjRmZWFmNWU4NGM= 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/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml ArtifactUUID:76603734-eecf-47a1-8a17-c16e2401fca4 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/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env ArtifactUUID:bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 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/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env ArtifactUUID:bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T11:31:16.535Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 57e30fe7-16cf-47cc-be86-13aff4690d2e 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-08T11:31:16.583Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:31:16.584Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:31:16.585Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:31:16.585Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e8d23ad-b3f6-4294-bbab-9e4d5893ac26 from URL: /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:16.585Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:31:16.585Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:16.915Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:31:16.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar 9e8d23ad-b3f6-4294-bbab-9e4d5893ac26 71578 2022-03-08T11:31:16.921Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar ASDC sendASDCNotification 2022-03-08T11:31:16.921Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:16.921Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:31:16.921Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:16.924Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:16.924Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739076921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:17.024Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:31:17.025Z||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-08T11:31:17.025Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:17.038Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:17.039Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:31:17.925Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:31:17.926Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-08T11:31:17.927Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 9e8d23ad-b3f6-4294-bbab-9e4d5893ac26, URL: /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar to file: /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:17.927Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:17.929Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:17.930Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:18.170Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13783331998565370337/Definitions/service-BasicOnboardJlqgtf-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-08T11:31:20.577Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:31:20.577Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||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-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||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-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.578Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jlqGTF 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-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.579Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.580Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:20.580Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:31:20.580Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:31:20.581Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.584Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.584Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:20.585Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-08T11:31:20.586Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:31:20.586Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.586Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.587Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.587Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is not matching search criteria 2022-03-08T11:31:20.587Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-08T11:31:20.587Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-08T11:31:20.587Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-08T11:31:20.588Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T11:31:20.588Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T11:31:20.588Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.588Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:31:20.588Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.589Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:20.589Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:20.589Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.589Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:20.589Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:20.590Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.590Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:20.590Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:20.590Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.590Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is not matching search criteria 2022-03-08T11:31:20.591Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T11:31:20.591Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T11:31:20.591Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b4e8376-f342-45f6-b97e-0717aeb37807 2022-03-08T11:31:20.591Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.592Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:20.593Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:20.593Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_jlqGTF Description:service Model UUID:57e30fe7-16cf-47cc-be86-13aff4690d2e Model Version:NULL Model InvariantUuid:a1898d56-da40-439c-85af-3ab051a8cf8f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_jlqGTF Model UUID:bea89066-7b01-4b1e-b2e1-f8c43e016b13 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ebf18ab-9c42-4a01-85f9-fc72fc9a8f53 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0bba9e9e-6583-4549-8a82-1d4853c3d03d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dd4fe2dd-f153-4c48-a570-a80f462ebb13 ModelName:BasicOnboardJlqgtf..base_ubuntu18..module-0 ModelUuid:d938b880-20e8-4299-9eb1-e680f0bb4e9b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9b4e8376-f342-45f6-b97e-0717aeb37807 ModelInvariantUuid:ea11cc06-b298-4058-bfb2-a868d8071dee ModelName:basic_onboard_jlqGTF-nodes.ubuntu18Cvfc ModelUuid:aa461067-6543-4f44-84d0-82180c84a885 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:0ec49f21-c6fc-4eeb-9df4-02fe4ea2c131 ModelInvariantUuid:b71be0f5-375f-4b28-8252-0a1306c5eb82 ModelName:BasicOnboardJlqgtf.compute.nodes.heat.ubuntu18 ModelUuid:04a640ae-8415-494f-babe-b91a37165b32 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-08T11:31:20.628Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bd0a3463-2255-4ab7-b561-0289da37bc40 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-08T11:31:20.632Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||basic_onboard_jlqGTF 0 2022-03-08T11:31:20.632Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bd0a3463-2255-4ab7-b561-0289da37bc40 2022-03-08T11:31:20.632Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7512165-f65c-4dcc-aa54-397cebfd6236 from URL: /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json 2022-03-08T11:31:20.633Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:31:20.633Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json 2022-03-08T11:31:20.687Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:31:20.688Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json b7512165-f65c-4dcc-aa54-397cebfd6236 798 2022-03-08T11:31:20.688Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json ASDC sendASDCNotification 2022-03-08T11:31:20.688Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json 2022-03-08T11:31:20.689Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:31:20.689Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:20.694Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:20.695Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739080688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:20.794Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:31:20.795Z||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-08T11:31:20.796Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:20.809Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:20.810Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:21.695Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJlqgtf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dd4fe2dd-f153-4c48-a570-a80f462ebb13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d938b880-20e8-4299-9eb1-e680f0bb4e9b", "vfModuleModelCustomizationUUID": "1ad847ff-d1be-49e8-b1c2-81b740d9771a", "isBase": true, "artifacts": [ "76603734-eecf-47a1-8a17-c16e2401fca4", "bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4" ], "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-08T11:31:21.701Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJlqgtf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d938b880-20e8-4299-9eb1-e680f0bb4e9b VfModuleModelInvariantUUID:dd4fe2dd-f153-4c48-a570-a80f462ebb13 VfModuleModelDescription:NULL Artifacts UUID List:{ 76603734-eecf-47a1-8a17-c16e2401fca4 , bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 } 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-08T11:31:21.705Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJlqgtf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dd4fe2dd-f153-4c48-a570-a80f462ebb13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d938b880-20e8-4299-9eb1-e680f0bb4e9b", "vfModuleModelCustomizationUUID": "1ad847ff-d1be-49e8-b1c2-81b740d9771a", "isBase": true, "artifacts": [ "76603734-eecf-47a1-8a17-c16e2401fca4", "bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4" ], "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-08T11:31:21.705Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJlqgtf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d938b880-20e8-4299-9eb1-e680f0bb4e9b VfModuleModelInvariantUUID:dd4fe2dd-f153-4c48-a570-a80f462ebb13 VfModuleModelDescription:NULL Artifacts UUID List:{ 76603734-eecf-47a1-8a17-c16e2401fca4 , bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 } 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-08T11:31:21.705Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76603734-eecf-47a1-8a17-c16e2401fca4 from URL: /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml 2022-03-08T11:31:21.706Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:31:21.706Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml 2022-03-08T11:31:21.773Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:31:21.774Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml 76603734-eecf-47a1-8a17-c16e2401fca4 5033 2022-03-08T11:31:21.774Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T11:31:21.774Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml 2022-03-08T11:31:21.774Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:31:21.775Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:21.785Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:21.786Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739081774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:21.883Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-08T11:31:21.885Z||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-08T11:31:21.885Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:21.903Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:21.903Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:22.787Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 from URL: /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env 2022-03-08T11:31:22.787Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-08T11:31:22.788Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env 2022-03-08T11:31:22.844Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-08T11:31:22.845Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env bf9649d7-ce74-4aa9-84b1-fd1ca6148ec4 909 2022-03-08T11:31:22.846Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T11:31:22.846Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env 2022-03-08T11:31:22.846Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:31:22.846Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:22.852Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:22.853Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739082845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:31:22.952Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:31:22.954Z||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-08T11:31:22.954Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:22.970Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:22.972Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:23.855Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 57e30fe7-16cf-47cc-be86-13aff4690d2e 2022-03-08T11:31:23.857Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jlqGTF 0 bd0a3463-2255-4ab7-b561-0289da37bc40 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-08T11:31:23.886Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e27daca, org.onap.sdc.toscaparser.api.parameters.Input@4c6e691b, org.onap.sdc.toscaparser.api.parameters.Input@5fbba301, org.onap.sdc.toscaparser.api.parameters.Input@20f5c71e, org.onap.sdc.toscaparser.api.parameters.Input@a4a840] 2022-03-08T11:31:23.888Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.888Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.889Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-03-08T11:31:23.889Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0bba9e9e-6583-4549-8a82-1d4853c3d03d 2022-03-08T11:31:23.889Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0bba9e9e-6583-4549-8a82-1d4853c3d03d matches Tosca VF Customization UUID: 0bba9e9e-6583-4549-8a82-1d4853c3d03d 2022-03-08T11:31:23.889Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0bba9e9e-6583-4549-8a82-1d4853c3d03d 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-08T11:31:23.896Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.897Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.899Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0bba9e9e-6583-4549-8a82-1d4853c3d03d: {\"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-08T11:31:23.899Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335fcd29 2022-03-08T11:31:23.900Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.900Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:31:23.900Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ad847ff-d1be-49e8-b1c2-81b740d9771a 2022-03-08T11:31:23.900Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ad847ff-d1be-49e8-b1c2-81b740d9771a 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-08T11:31:23.905Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.905Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:23.906Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:23.906Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.906Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:23.906Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:23.907Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.907Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is not matching search criteria 2022-03-08T11:31:23.907Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-08T11:31:23.907Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-08T11:31:23.907Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9b4e8376-f342-45f6-b97e-0717aeb37807 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-08T11:31:23.912Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.912Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:23.912Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:31:23.913Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.913Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_jlqGTF 0 is matching search criteria 2022-03-08T11:31:23.913Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_jlqGTF 0] matching following query criteria: sdcType=VF, customizationUUID=0bba9e9e-6583-4549-8a82-1d4853c3d03d 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-08T11:31:23.917Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.918Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.918Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 57e30fe7-16cf-47cc-be86-13aff4690d2e: basic_onboard_jlqGTF 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.919Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:31:23.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_jlqGTF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:31:23.920Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_jlqGTF 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-08T11:31:24.080Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jlqGTF bd0a3463-2255-4ab7-b561-0289da37bc40 1 ASDC deployResourceStructure 2022-03-08T11:31:24.080Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json ASDC sendASDCNotification 2022-03-08T11:31:24.080Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json 2022-03-08T11:31:24.081Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:31:24.081Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:24.084Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:24.085Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739084080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:31:24.184Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:31:24.186Z||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-08T11:31:24.187Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:24.201Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:24.202Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:25.088Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-08T11:31:25.089Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml 2022-03-08T11:31:25.089Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:31:25.089Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:25.093Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:25.093Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739085088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:31:25.194Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:31:25.196Z||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-08T11:31:25.196Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:25.211Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:25.212Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:26.095Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-08T11:31:26.095Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env 2022-03-08T11:31:26.095Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:31:26.095Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:26.116Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:26.117Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739086094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T11:31:26.199Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-03-08T11:31:26.201Z||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-08T11:31:26.201Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:26.219Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:26.220Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:27.118Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar ASDC sendASDCNotification 2022-03-08T11:31:27.118Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar 2022-03-08T11:31:27.118Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:31:27.119Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:27.121Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:27.121Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739087117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:31:27.222Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:31:27.223Z||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-08T11:31:27.223Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:27.243Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:27.244Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:31:28.122Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47fc804e-b593-4d30-85a5-10552b1d46d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:31:28.146Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:31:28.152Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:31:28.152Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:31:28.152Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:31:28.153Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:31:28.153Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:31:28.154Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-08T11:31:28.165Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:31:58.166Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47fc804e-b593-4d30-85a5-10552b1d46d5 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-08T11:31:58.176Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47fc804e-b593-4d30-85a5-10552b1d46d5 and serviceModelVersionId: 57e30fe7-16cf-47cc-be86-13aff4690d2e 2022-03-08T11:31:58.177Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1898d56-da40-439c-85af-3ab051a8cf8f 2022-03-08T11:31:58.178Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?depth=0 2022-03-08T11:31:58.187Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:31:58.256Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?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-08T11:31:58.271Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?depth=0|INFO|500||Invoke 2022-03-08T11:31:58.331Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:31:58.901Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?depth=0|INFO|500||InvokeReturn 2022-03-08T11:31:58.901Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1898d56-da40-439c-85af-3ab051a8cf8f/model-vers/model-ver/57e30fe7-16cf-47cc-be86-13aff4690d2e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-11:31:58:353-95988], vertex-id=[385144], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:31:58 GMT], Content-Type=[application/json]} 2022-03-08T11:31:58.902Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:31:58.902Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:31:58.902Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-08T11:31:58.945Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T11:31:58.945Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47fc804e-b593-4d30-85a5-10552b1d46d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:31:58.945Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:31:58.946Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:31:58.949Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:31:58.949Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739118945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:31:59.049Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:31:59.050Z||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-08T11:31:59.050Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:31:59.076Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:31:59.077Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-08T11:31:59.968Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:31:59.969Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:31:59.969Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:10.298Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:10.298Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:10.299Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:10.299Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:14.672Z||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-08T11:32:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:14.705Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:14.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e179d075-f8af-4b32-93f7-faefdb4f203b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739068436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:32:14.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:32:14.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:32:14.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:14.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:32:14.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:14.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-08T11:32:14.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:14.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:32:14.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:14.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-08T11:32:14.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:14.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:32:14.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:32:14.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:32:19.843Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:19.844Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:19.845Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:19.845Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:29.385Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:29.386Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:29.387Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:29.387Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:38.926Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:38.928Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:38.928Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:38.928Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:48.475Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:48.476Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:48.477Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:48.477Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:32:58.021Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:32:58.022Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:32:58.023Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:32:58.023Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:33:07.577Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:33:14.665Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:33:14.667Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:33:14.667Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:33:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:33:14.672Z||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-08T11:33:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:33:15.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:33:15.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646738921307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:33:15.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-08T11:33:15.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739076921, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:33:15.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739080688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739081774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:33:15.214Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739082845, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:33:15.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739084080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/basic_onboard_jlqgtf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739085088, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:33:15.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739086094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/resourceInstances/basic_onboard_jlqgtf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-08T11:33:15.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739087117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlqgtf/1.0/artifacts/service-BasicOnboardJlqgtf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:33:15.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:15.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-08T11:33:15.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "47fc804e-b593-4d30-85a5-10552b1d46d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739118945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:33:15.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:33:24.207Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:34:14.665Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:34:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:34:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:34:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:34:14.672Z||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-08T11:34:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:34:24.225Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:34:24.226Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:35:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:35:14.668Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:35:14.668Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:35:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:35:14.672Z||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-08T11:35:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:35:24.220Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:35:24.220Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:36:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:36:14.667Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:36:14.668Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:36:14.671Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:36:14.672Z||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-08T11:36:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:36:24.219Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:36:24.221Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:37:14.665Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:37:14.667Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:37:14.667Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:37:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:37:14.672Z||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-08T11:37:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:37:24.220Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:37:24.228Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:14.666Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:38:14.667Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:38:14.667Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:14.673Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:38:14.674Z||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-08T11:38:14.675Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:38:15.324Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:15.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab92940d-f024-497e-9f01-f3e73afc6ac5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e770aa6-3ee0-4e00-b333-8ff90a08b563","serviceDescription":"service","serviceInvariantUUID":"61ef1e51-3753-4e28-a1f1-9d156aed872f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e87cec91-650d-4bdb-81f2-fdcc230703ed","resourceInvariantUUID":"be258bf0-d0e3-4743-b8b5-092da8509594","resourceCustomizationUUID":"1088b8b7-270c-424b-b5be-5a10d295cf13","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":"MTRjNmE3OGMzMDFhMGQyZWVjNmEzOGY1OTdhZDU1OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5107f288-b706-4c86-81af-2833a5f18176","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTI0ZGJhYTUxZjM3MzA1NzE5ZGVkNzRiMDNmNTU5MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4ea6046-ecd2-4592-844b-76be71edb14e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:38:15.332Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:38:15.333Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:38:15.336Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:15.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "ves-openapi-manager", "timestamp": 1646739459875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "multicloud-k8s-id", "timestamp": 1646739455279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "aai-ml", "timestamp": 1646739460122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "ves-openapi-manager", "timestamp": 1646739459875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "aai-ml", "timestamp": 1646739460122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "multicloud-k8s-id", "timestamp": 1646739455279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "cds", "timestamp": 1646739465375, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "aai-ml", "timestamp": 1646739465452, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "cds", "timestamp": 1646739465375, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "cds", "timestamp": 1646739468373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "policy-id", "timestamp": 1646739467301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "cds", "timestamp": 1646739469379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-08T11:38:15.354Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:38:15.355Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739494666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-08T11:38:15.395Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab92940d-f024-497e-9f01-f3e73afc6ac5 2022-03-08T11:38:15.396Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:15.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "policy-id", "timestamp": 1646739467301, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "policy-id", "timestamp": 1646739470046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "aai-ml", "timestamp": 1646739471164, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "policy-id", "timestamp": 1646739471053, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739471231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "aai-ml", "timestamp": 1646739472190, "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-08T11:38:15.439Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2022-03-08T11:38:15.441Z||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-08T11:38:15.441Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:15.457Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab92940d-f024-497e-9f01-f3e73afc6ac5 2022-03-08T11:38:15.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab92940d-f024-497e-9f01-f3e73afc6ac5 and ComponentName AAI 2022-03-08T11:38:15.460Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:15.461Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-08T11:38:15.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "policy-id", "timestamp": 1646739472057, "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-08T11:38:15.507Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab92940d-f024-497e-9f01-f3e73afc6ac5 2022-03-08T11:38:15.508Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:15.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739471231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739474011, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:15.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.541Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739475873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:38:15.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.542Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "clamp", "timestamp": 1646739475383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:38:15.542Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739476879, "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-08T11:38:15.555Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab92940d-f024-497e-9f01-f3e73afc6ac5 2022-03-08T11:38:15.556Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:15.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "clamp", "timestamp": 1646739475383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:15.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-08T11:38:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "clamp", "timestamp": 1646739482214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:15.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "clamp", "timestamp": 1646739485216, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:38:15.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:38:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-08T11:38:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "clamp", "timestamp": 1646739486222, "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-08T11:38:15.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab92940d-f024-497e-9f01-f3e73afc6ac5 2022-03-08T11:38:15.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:16.356Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:38:16.356Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:38:16.364Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:38:16.364Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739494666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:38:16.459Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-08T11:38:16.460Z||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-08T11:38:16.460Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:16.476Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:16.476Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:38:17.367Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2e770aa6-3ee0-4e00-b333-8ff90a08b563", "serviceDescription": "service", "serviceInvariantUUID": "61ef1e51-3753-4e28-a1f1-9d156aed872f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "1088b8b7-270c-424b-b5be-5a10d295cf13", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e87cec91-650d-4bdb-81f2-fdcc230703ed", "resourceInvariantUUID": "be258bf0-d0e3-4743-b8b5-092da8509594", "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": "OTI0ZGJhYTUxZjM3MzA1NzE5ZGVkNzRiMDNmNTU5MTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4ea6046-ecd2-4592-844b-76be71edb14e" } ], "workloadContext": "Production" } 2022-03-08T11:38:17.373Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:38:17.373Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e770aa6-3ee0-4e00-b333-8ff90a08b563 ASDC 2022-03-08T11:38:17.375Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:ab92940d-f024-497e-9f01-f3e73afc6ac5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2e770aa6-3ee0-4e00-b333-8ff90a08b563 ServiceInvariantUUID:61ef1e51-3753-4e28-a1f1-9d156aed872f 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:f4ea6046-ecd2-4592-844b-76be71edb14e ArtifactChecksum:OTI0ZGJhYTUxZjM3MzA1NzE5ZGVkNzRiMDNmNTU5MTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:1088b8b7-270c-424b-b5be-5a10d295cf13 ResourceInvariantUUID:be258bf0-d0e3-4743-b8b5-092da8509594 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e87cec91-650d-4bdb-81f2-fdcc230703ed ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-08T11:38:17.375Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e770aa6-3ee0-4e00-b333-8ff90a08b563 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-08T11:38:17.522Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:38:17.523Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:38:17.524Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:38:17.525Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4ea6046-ecd2-4592-844b-76be71edb14e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T11:38:17.525Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:38:17.525Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-08T11:38:17.792Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:38:17.797Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f4ea6046-ecd2-4592-844b-76be71edb14e 52512 2022-03-08T11:38:17.797Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:17.798Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:17.798Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:38:17.798Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:38:17.802Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:38:17.802Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739497797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:38:17.904Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:38:17.905Z||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-08T11:38:17.905Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:17.919Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:17.920Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:38:18.809Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:38:18.811Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:38:18.811Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f4ea6046-ecd2-4592-844b-76be71edb14e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T11:38:18.812Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-08T11:38:18.812Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T11:38:18.812Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T11:38:19.173Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7364908142405700884/Definitions/service-BasicNetwork-template.yml 2022-03-08T11:38:20.224Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:38:20.225Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:38:20.225Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-08T11:38:20.225Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-08T11:38:20.225Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.226Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.226Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.226Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.226Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.226Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.227Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.227Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.227Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:38:20.227Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.228Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.229Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-08T11:38:20.229Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:38:20.230Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:38:20.230Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.230Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.230Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-08T11:38:20.231Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:38:20.231Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:38:20.231Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.231Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.233Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.235Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.236Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.236Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.237Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.237Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.238Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.238Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.239Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2e770aa6-3ee0-4e00-b333-8ff90a08b563 Model Version:NULL Model InvariantUuid:61ef1e51-3753-4e28-a1f1-9d156aed872f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:be258bf0-d0e3-4743-b8b5-092da8509594 Model UUID:846064a1-1845-4f9d-b0fe-fd196f41d15b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:1088b8b7-270c-424b-b5be-5a10d295cf13 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-08T11:38:20.260Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: e87cec91-650d-4bdb-81f2-fdcc230703ed 2022-03-08T11:38:20.261Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||No resources found for Service: 2e770aa6-3ee0-4e00-b333-8ff90a08b563 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-08T11:38:20.273Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500|| 2022-03-08T11:38:20.274Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-08T11:38:20.277Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2e770aa6-3ee0-4e00-b333-8ff90a08b563 2022-03-08T11:38:20.277Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2e770aa6-3ee0-4e00-b333-8ff90a08b563 2022-03-08T11:38:20.277Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-08T11:38:20.278Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.309Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c34c64d, org.onap.sdc.toscaparser.api.parameters.Input@597cc09c, org.onap.sdc.toscaparser.api.parameters.Input@71c726a3, org.onap.sdc.toscaparser.api.parameters.Input@6e523d68, org.onap.sdc.toscaparser.api.parameters.Input@64de8841] 2022-03-08T11:38:20.317Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.317Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.318Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.318Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.318Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2e770aa6-3ee0-4e00-b333-8ff90a08b563: Generic NeutronNet 2022-03-08T11:38:20.319Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.319Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.319Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.319Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.389Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.390Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.390Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.391Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.391Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:38:20.391Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:38:20.392Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.516Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-08T11:38:20.517Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.517Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:20.518Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:38:20.518Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:38:20.521Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:38:20.521Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739500517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:38:20.621Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:38:20.622Z||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-08T11:38:20.622Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:20.638Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:20.639Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:38:21.522Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab92940d-f024-497e-9f01-f3e73afc6ac5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:38:21.543Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:21.552Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:38:21.552Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:38:21.553Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:38:21.553Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:38:21.553Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.554Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.554Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.555Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.555Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.555Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:38:21.555Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:21.570Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:38:51.570Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab92940d-f024-497e-9f01-f3e73afc6ac5 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-08T11:38:51.578Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab92940d-f024-497e-9f01-f3e73afc6ac5 and serviceModelVersionId: 2e770aa6-3ee0-4e00-b333-8ff90a08b563 2022-03-08T11:38:51.579Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 61ef1e51-3753-4e28-a1f1-9d156aed872f 2022-03-08T11:38:51.580Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?depth=0 2022-03-08T11:38:51.585Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:38:51.681Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?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-08T11:38:51.688Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?depth=0|INFO|500||Invoke 2022-03-08T11:38:51.733Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:38:51.919Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?depth=0|INFO|500||InvokeReturn 2022-03-08T11:38:51.921Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/61ef1e51-3753-4e28-a1f1-9d156aed872f/model-vers/model-ver/2e770aa6-3ee0-4e00-b333-8ff90a08b563?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-11:38:51:750-69168], vertex-id=[176320], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:38:51 GMT], Content-Type=[application/json]} 2022-03-08T11:38:51.922Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:38:51.922Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:38:51.922Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:51.930Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||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-08T11:38:51.931Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab92940d-f024-497e-9f01-f3e73afc6ac5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:38:51.931Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:38:51.932Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:38:51.936Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:38:51.936Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739531931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:38:52.034Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:38:52.035Z||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-08T11:38:52.035Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:38:52.053Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:38:52.054Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-08T11:39:14.666Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:39:14.667Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:39:14.667Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:39:14.674Z||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-08T11:39:14.676Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:39:14.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:14.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:39:14.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739494666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:14.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:39:15.294Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:15.295Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T11:39:15.295Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7d07fab-11cd-403c-b141-b3ccdafc3319","serviceName":"Demo_pNF_jYzNt6OVnqbHM97lCBsy","serviceVersion":"1.0","serviceUUID":"c6c3fefb-7a79-43c3-8435-f3d1bd9ad804","serviceDescription":"catalog service description","serviceInvariantUUID":"d540fa7c-0e7a-4c49-bf1e-b259222e6b7c","resources":[{"resourceInstanceName":"pNF 6656191d-b0f8 0","resourceName":"pNF 6656191d-b0f8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb28212f-c94b-4baa-8849-d98a51d01d5f","resourceInvariantUUID":"70057b59-d047-4bcb-b59d-3e0ff7950597","resourceCustomizationUUID":"0f521d67-5b3c-4cd5-aac5-c16222b387eb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml","artifactChecksum":"ZjdjMzk3NTViNGI1OGNiYzExN2QxY2MwYTlkYTc2Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"548e76a5-a38b-4315-8377-883226a3fddd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar","artifactChecksum":"MTM2ZGQ2YWRlOTA4ZWQwOTA1N2MzNjJlMmU0NGJlOTY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"566d4a79-b1ab-4ee1-b126-6fb0f7d1a78b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0c12798-ee8b-40c2-a620-1b0fd6278cb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNlMGI1MGU2OTg2NTVlYjExMWFhMTFjZDg0ZjljMGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"73171e64-7a33-4e8a-b3be-c0a55c9eaa3b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aaccdb46-b94e-4bef-a0a1-fc5deeee10c4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"abdd3c69-712d-4629-8933-76bd67ac1478","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml","artifactChecksum":"NjQ3YmRhNjk0N2JhZDk0NmE1N2FjN2MzNWVmM2U2MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b0004b7-e7d9-4628-89db-3b6c614c4b59","artifactVersion":"1"},{"artifactName":"service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar","artifactChecksum":"MGQwMzM0NmJlNWM5ODMzZmEyNjcxOGZhYzJjMGIwOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"baa0955d-23c7-45ea-9189-555621f6c996","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:39:15.298Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:15.299Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:15.318Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:15.318Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:15.419Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T11:39:15.421Z||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-08T11:39:15.421Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:15.440Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:15.441Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:16.319Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:16.320Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:16.322Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:16.323Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:16.424Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-08T11:39:16.425Z||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-08T11:39:16.425Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:16.439Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:16.440Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:39:17.323Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:17.324Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:17.329Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:17.330Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:17.430Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:39:17.431Z||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-08T11:39:17.432Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:17.446Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:17.446Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:18.331Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:18.332Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:18.334Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:18.335Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:18.435Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:39:18.437Z||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-08T11:39:18.437Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:18.454Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:18.455Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:19.336Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:19.338Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:19.344Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:19.345Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:19.445Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:39:19.446Z||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-08T11:39:19.446Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:19.460Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:19.461Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:20.349Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:20.350Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:20.365Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:20.365Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:20.465Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:39:20.466Z||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-08T11:39:20.466Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:20.485Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:20.486Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:39:21.366Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:21.368Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:21.374Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:21.374Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:39:21.474Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:39:21.475Z||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-08T11:39:21.475Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:21.489Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:21.490Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:22.376Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:39:22.377Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:22.381Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:22.381Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:39:22.483Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:39:22.484Z||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-08T11:39:22.485Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:22.508Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:22.508Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:23.385Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "serviceName": "Demo_pNF_jYzNt6OVnqbHM97lCBsy", "serviceVersion": "1.0", "serviceUUID": "c6c3fefb-7a79-43c3-8435-f3d1bd9ad804", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d540fa7c-0e7a-4c49-bf1e-b259222e6b7c", "resources": [ { "resourceInstanceName": "pNF 6656191d-b0f8 0", "resourceCustomizationUUID": "0f521d67-5b3c-4cd5-aac5-c16222b387eb", "resourceName": "pNF 6656191d-b0f8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cb28212f-c94b-4baa-8849-d98a51d01d5f", "resourceInvariantUUID": "70057b59-d047-4bcb-b59d-3e0ff7950597", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "artifactChecksum": "MGQwMzM0NmJlNWM5ODMzZmEyNjcxOGZhYzJjMGIwOWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "baa0955d-23c7-45ea-9189-555621f6c996" } ], "workloadContext": "Production" } 2022-03-08T11:39:23.386Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:39:23.386Z|ab92940d-f024-497e-9f01-f3e73afc6ac5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 ASDC 2022-03-08T11:39:23.388Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d7d07fab-11cd-403c-b141-b3ccdafc3319 ServiceName:Demo_pNF_jYzNt6OVnqbHM97lCBsy ServiceVersion:1.0 ServiceUUID:c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 ServiceInvariantUUID:d540fa7c-0e7a-4c49-bf1e-b259222e6b7c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar ArtifactUUID:baa0955d-23c7-45ea-9189-555621f6c996 ArtifactChecksum:MGQwMzM0NmJlNWM5ODMzZmEyNjcxOGZhYzJjMGIwOWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6656191d-b0f8 0 ResourceCustomizationUUID:0f521d67-5b3c-4cd5-aac5-c16222b387eb ResourceInvariantUUID:70057b59-d047-4bcb-b59d-3e0ff7950597 ResourceName:pNF 6656191d-b0f8 ResourceType:PNF ResourceUUID:cb28212f-c94b-4baa-8849-d98a51d01d5f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-08T11:39:23.388Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 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-08T11:39:23.443Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:39:23.444Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:39:23.444Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:39:23.445Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: baa0955d-23c7-45ea-9189-555621f6c996 from URL: /sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:23.445Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:39:23.446Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:23.553Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:39:23.561Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar baa0955d-23c7-45ea-9189-555621f6c996 82653 2022-03-08T11:39:23.561Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar ASDC sendASDCNotification 2022-03-08T11:39:23.561Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:23.562Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:39:23.562Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:23.567Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:23.568Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739563561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:39:23.666Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-08T11:39:23.668Z||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-08T11:39:23.669Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:23.684Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:23.686Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:24.569Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:39:24.571Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:39:24.572Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: baa0955d-23c7-45ea-9189-555621f6c996, URL: /sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar to file: /app/ASDC/1/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:24.572Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:24.577Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:24.578Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:24.888Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8698761023128335302/Definitions/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml 2022-03-08T11:39:26.668Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:39:26.669Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:39:26.669Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.669Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-08T11:39:26.670Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.670Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.670Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.670Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.671Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.671Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.671Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6656191d-b0f8 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-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.671Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:39:26.671Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.672Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.672Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Node template pNF 6656191d-b0f8 0 is matching search criteria 2022-03-08T11:39:26.672Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:39:26.673Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 6656191d-b0f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:39:26.673Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.673Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.674Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Node template pNF 6656191d-b0f8 0 is matching search criteria 2022-03-08T11:39:26.674Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:39:26.674Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 6656191d-b0f8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:39:26.674Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.675Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.675Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.675Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.675Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.676Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.676Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.676Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.676Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.677Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.677Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jYzNt6OVnqbHM97lCBsy Description:catalog service description Model UUID:c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 Model Version:NULL Model InvariantUuid:d540fa7c-0e7a-4c49-bf1e-b259222e6b7c 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-08T11:39:26.696Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: cb28212f-c94b-4baa-8849-d98a51d01d5f 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-08T11:39:26.708Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||pNF 6656191d-b0f8 0 2022-03-08T11:39:26.709Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cb28212f-c94b-4baa-8849-d98a51d01d5f 2022-03-08T11:39:26.709Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 2022-03-08T11:39:26.709Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 2022-03-08T11:39:26.710Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6656191d-b0f8 0 cb28212f-c94b-4baa-8849-d98a51d01d5f 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-08T11:39:26.724Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b48ecc8, org.onap.sdc.toscaparser.api.parameters.Input@2b867605, org.onap.sdc.toscaparser.api.parameters.Input@5d8190c5, org.onap.sdc.toscaparser.api.parameters.Input@c9c0ebc, org.onap.sdc.toscaparser.api.parameters.Input@407e8d4b] 2022-03-08T11:39:26.725Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.726Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.726Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c6c3fefb-7a79-43c3-8435-f3d1bd9ad804: pNF 6656191d-b0f8 2022-03-08T11:39:26.726Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Processing PNF resource: cb28212f-c94b-4baa-8849-d98a51d01d5f 2022-03-08T11:39:26.727Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:39:26.727Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jYzNt6OVnqbHM97lCBsy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:39:26.728Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0f521d67-5b3c-4cd5-aac5-c16222b387eb is the same as notified resource customizationUUID: 0f521d67-5b3c-4cd5-aac5-c16222b387eb 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-08T11:39:26.817Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6656191d-b0f8 cb28212f-c94b-4baa-8849-d98a51d01d5f 0 ASDC deployResourceStructure 2022-03-08T11:39:26.819Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar ASDC sendASDCNotification 2022-03-08T11:39:26.819Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar 2022-03-08T11:39:26.820Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:39:26.820Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:39:26.825Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:39:26.826Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739566819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:39:26.924Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:39:26.925Z||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-08T11:39:26.925Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:39:26.941Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:39:26.942Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:39:27.827Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:39:27.841Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:39:27.847Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:39:27.848Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:39:27.849Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:39:57.849Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:39:57.861Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:39:57.865Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:39:57.866Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-08T11:39:57.866Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-08T11:40:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:40:14.672Z||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-08T11:40:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:40:14.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:40:14.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739494666, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739497797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739500517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ab92940d-f024-497e-9f01-f3e73afc6ac5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739531931, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739525375, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739519875, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739527301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739520124, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739537314, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739538510, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739537965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739537576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "cds", "timestamp": 1646739539516, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-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-08T11:40:14.761Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:40:14.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:14.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739538503, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:40:14.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739538580, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:40:14.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.778Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.779Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739531231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.782Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "ves-openapi-manager", "timestamp": 1646739539509, "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-08T11:40:14.799Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:40:14.800Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:14.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "policy-id", "timestamp": 1646739539583, "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-08T11:40:14.828Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:40:14.828Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:14.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739540584, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739542557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739535383, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "multicloud-k8s-id", "timestamp": 1646739535279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:40:14.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-08T11:40:14.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739543562, "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-08T11:40:14.870Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:40:14.871Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:14.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739546134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:40:14.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:14.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "aai-ml", "timestamp": 1646739547141, "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-08T11:40:14.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:40:14.896Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:14.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-08T11:40:14.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739553229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:40:14.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:40:27.866Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:40:27.890Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:27.908Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:40:27.908Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:40:27.908Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:40:27.908Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:40:27.908Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:40:27.909Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-08T11:40:27.923Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:40:57.924Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:40:57.934Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7d07fab-11cd-403c-b141-b3ccdafc3319 and serviceModelVersionId: c6c3fefb-7a79-43c3-8435-f3d1bd9ad804 2022-03-08T11:40:57.934Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d540fa7c-0e7a-4c49-bf1e-b259222e6b7c 2022-03-08T11:40:57.935Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0 2022-03-08T11:40:57.940Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:40:58.043Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0|INFO|500||Invoke 2022-03-08T11:40:58.051Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7d07fab-11cd-403c-b141-b3ccdafc3319], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa9ede5b-3a60-4e22-b955-f9f397c7e2a3], X-ECOMP-RequestID=[d7d07fab-11cd-403c-b141-b3ccdafc3319], X-TransactionId=[], X-ONAP-RequestID=[d7d07fab-11cd-403c-b141-b3ccdafc3319], Content-Type=[application/merge-patch+json]} 2022-03-08T11:40:58.098Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:40:58.731Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?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/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-11:40:58:130-41414], vertex-id=[430288], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:40:58 GMT], Content-Type=[application/json]} 2022-03-08T11:40:58.731Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:40:58.732Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d540fa7c-0e7a-4c49-bf1e-b259222e6b7c/model-vers/model-ver/c6c3fefb-7a79-43c3-8435-f3d1bd9ad804?depth=0|INFO|500||InvokeReturn 2022-03-08T11:40:58.732Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:40:58.732Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-08T11:40:58.742Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||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-08T11:40:58.742Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7d07fab-11cd-403c-b141-b3ccdafc3319 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:40:58.743Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:40:58.743Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:40:58.746Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:40:58.746Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739658743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:40:58.846Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:40:58.848Z||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-08T11:40:58.848Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:40:58.865Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:40:58.866Z||pool-66-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-08T11:40:59.773Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:40:59.774Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:40:59.774Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:00.406Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:00.407Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-08T11:41:00.408Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"58eab783-6aa8-491a-91c0-964ac891933e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5a7d441c-f28d-40f7-be5e-981d153cca1b","serviceDescription":"service","serviceInvariantUUID":"cf216fd9-646d-434c-98cb-bdd71b743321","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1c83bbc-2c95-400b-8cf8-0bb00dad9435","resourceInvariantUUID":"c2f4e428-b06c-47a5-ad1c-c42de597b3d1","resourceCustomizationUUID":"17cf656f-7e11-4ef7-9fa9-9802d71f54f9","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":"NzMwYTAwMDg5OTM4MjkzZDAzM2Y4MzA3ZTgwZDQwYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"57055122-2899-46f7-900f-9e0c3089031b","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":"0425bdfd-a251-4856-858c-dfea30688911","artifactVersion":"2","generatedFromUUID":"efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd"},{"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":"efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd","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":"ZmNmOWRlNzE2MTVlM2U0ZjMyMTA1ZTVhZTRmYTlhOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bd8d746-1272-4da0-95a5-4ca4e24177a5","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":"5acb2ad2-cbcb-4a20-a150-be0972f35afa","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":"b6291df8-5e3c-415c-958c-35a0e3673100","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":"2b897e53-0b4e-4afb-b297-bcd2c954c075","artifactVersion":"2","generatedFromUUID":"5acb2ad2-cbcb-4a20-a150-be0972f35afa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzY4MjIwN2I1YjYyY2Q1ZGJmNTI0Yzc0YTIyMDdjYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f637afab-72dd-4bce-932b-a0319aa25e70","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjQ0NzdlZWI3M2IxYjE5Zjk5YmYwYjQxOTcyMDU0Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a463b052-7b1a-467a-acd6-547296d22bc4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-08T11:41:00.412Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:00.413Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:00.416Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:00.416Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:00.518Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:41:00.520Z||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-08T11:41:00.520Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:00.543Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:00.544Z||pool-67-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:01.417Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:01.417Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:01.421Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:01.421Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T11:41:01.521Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:41:01.523Z||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-08T11:41:01.523Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:01.539Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:01.540Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:41:02.422Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:02.425Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:02.432Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:02.432Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T11:41:02.532Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:41:02.533Z||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-08T11:41:02.533Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:02.559Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:02.560Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:03.433Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:03.434Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:03.440Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:03.440Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:41:03.537Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-08T11:41:03.539Z||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-08T11:41:03.539Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:03.556Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:03.556Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:04.442Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:04.443Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:04.448Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:04.448Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T11:41:04.548Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:04.549Z||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-08T11:41:04.549Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:04.571Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:04.573Z||pool-71-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:05.449Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:05.450Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:05.452Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:05.453Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:05.555Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:41:05.556Z||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-08T11:41:05.556Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:05.570Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:05.570Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:06.453Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:06.458Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:06.461Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:06.462Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T11:41:06.561Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:41:06.562Z||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-08T11:41:06.562Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:06.581Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:06.582Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:07.463Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:07.464Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:07.473Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:07.474Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:07.576Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-08T11:41:07.578Z||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-08T11:41:07.578Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:07.593Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:07.594Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:08.476Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-08T11:41:08.477Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:08.484Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:08.484Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:08.583Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-08T11:41:08.587Z||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-08T11:41:08.595Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:08.621Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:08.622Z||pool-75-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:09.485Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "5a7d441c-f28d-40f7-be5e-981d153cca1b", "serviceDescription": "service", "serviceInvariantUUID": "cf216fd9-646d-434c-98cb-bdd71b743321", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "17cf656f-7e11-4ef7-9fa9-9802d71f54f9", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c1c83bbc-2c95-400b-8cf8-0bb00dad9435", "resourceInvariantUUID": "c2f4e428-b06c-47a5-ad1c-c42de597b3d1", "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": "0425bdfd-a251-4856-858c-dfea30688911", "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": "efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd", "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": "ZmNmOWRlNzE2MTVlM2U0ZjMyMTA1ZTVhZTRmYTlhOGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5bd8d746-1272-4da0-95a5-4ca4e24177a5", "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": "5acb2ad2-cbcb-4a20-a150-be0972f35afa", "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": "2b897e53-0b4e-4afb-b297-bcd2c954c075", "generatedFromUUID": "5acb2ad2-cbcb-4a20-a150-be0972f35afa" }, "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": "2b897e53-0b4e-4afb-b297-bcd2c954c075", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjQ0NzdlZWI3M2IxYjE5Zjk5YmYwYjQxOTcyMDU0Nzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a463b052-7b1a-467a-acd6-547296d22bc4" } ], "workloadContext": "Production" } 2022-03-08T11:41:09.486Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-08T11:41:09.486Z|d7d07fab-11cd-403c-b141-b3ccdafc3319|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5a7d441c-f28d-40f7-be5e-981d153cca1b ASDC 2022-03-08T11:41:09.487Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:58eab783-6aa8-491a-91c0-964ac891933e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:5a7d441c-f28d-40f7-be5e-981d153cca1b ServiceInvariantUUID:cf216fd9-646d-434c-98cb-bdd71b743321 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:a463b052-7b1a-467a-acd6-547296d22bc4 ArtifactChecksum:YjQ0NzdlZWI3M2IxYjE5Zjk5YmYwYjQxOTcyMDU0Nzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:17cf656f-7e11-4ef7-9fa9-9802d71f54f9 ResourceInvariantUUID:c2f4e428-b06c-47a5-ad1c-c42de597b3d1 ResourceName:basic_cnf ResourceType:VF ResourceUUID:c1c83bbc-2c95-400b-8cf8-0bb00dad9435 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:0425bdfd-a251-4856-858c-dfea30688911 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:efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd 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:5bd8d746-1272-4da0-95a5-4ca4e24177a5 ArtifactChecksum:ZmNmOWRlNzE2MTVlM2U0ZjMyMTA1ZTVhZTRmYTlhOGU= 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:5acb2ad2-cbcb-4a20-a150-be0972f35afa 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:2b897e53-0b4e-4afb-b297-bcd2c954c075 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:2b897e53-0b4e-4afb-b297-bcd2c954c075 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-08T11:41:09.487Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5a7d441c-f28d-40f7-be5e-981d153cca1b 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-08T11:41:09.545Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:41:09.547Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:41:09.547Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:41:09.547Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a463b052-7b1a-467a-acd6-547296d22bc4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T11:41:09.547Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:09.548Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-08T11:41:09.794Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:09.798Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a463b052-7b1a-467a-acd6-547296d22bc4 68951 2022-03-08T11:41:09.798Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:09.798Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:09.799Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:09.799Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:09.803Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:09.803Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739669798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:09.902Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:41:09.904Z||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-08T11:41:09.904Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:09.928Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:09.929Z||pool-76-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:10.807Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-08T11:41:10.808Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-08T11:41:10.808Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a463b052-7b1a-467a-acd6-547296d22bc4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T11:41:10.808Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-08T11:41:10.809Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T11:41:10.809Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T11:41:11.056Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17337607533691528818/Definitions/service-BasicCnf-template.yml 2022-03-08T11:41:13.473Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-08T11:41:13.474Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:41:13.474Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-08T11:41:13.475Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-08T11:41:13.476Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.476Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.476Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.476Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.477Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-08T11:41:13.478Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.478Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.479Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:13.479Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:41:13.480Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:41:13.480Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.480Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.481Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:13.481Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-08T11:41:13.482Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-08T11:41:13.483Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.484Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.484Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.484Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T11:41:13.484Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-08T11:41:13.485Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-08T11:41:13.485Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-08T11:41:13.485Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.485Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:41:13.486Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.488Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:13.488Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:13.489Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.489Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:13.490Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:13.490Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.490Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:13.490Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:13.491Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.494Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T11:41:13.494Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-08T11:41:13.495Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8af8dd01-9456-4a6f-81db-3541e642dcad 2022-03-08T11:41:13.497Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.498Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.499Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.500Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.501Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.503Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.506Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:13.508Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:13.511Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:5a7d441c-f28d-40f7-be5e-981d153cca1b Model Version:NULL Model InvariantUuid:cf216fd9-646d-434c-98cb-bdd71b743321 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:73c51c13-846f-4fda-93a6-41f8791e74fc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c2f4e428-b06c-47a5-ad1c-c42de597b3d1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:17cf656f-7e11-4ef7-9fa9-9802d71f54f9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6a211dc8-6390-420d-bfb1-0cf46d72c925 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:00a5d15d-f07b-467e-a885-4e38033101c9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8af8dd01-9456-4a6f-81db-3541e642dcad ModelInvariantUuid:b08d8136-5f46-47c2-9f0b-9dc625da8f22 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:bdc051d0-1041-4186-928c-c047005a773a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:45429827-218a-406d-9a2c-a59d4125d8ad ModelInvariantUuid:bbb280e9-b413-433c-b647-b1b2417a5e04 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ba2a08ec-51d0-434c-9f01-adc2c31d64a2 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-08T11:41:13.523Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c1c83bbc-2c95-400b-8cf8-0bb00dad9435 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-08T11:41:13.533Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-03-08T11:41:13.533Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1c83bbc-2c95-400b-8cf8-0bb00dad9435 2022-03-08T11:41:13.533Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0425bdfd-a251-4856-858c-dfea30688911 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-08T11:41:13.533Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:13.533Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.684Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:13.685Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0425bdfd-a251-4856-858c-dfea30688911 12 2022-03-08T11:41:13.685Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.685Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:13.685Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:13.686Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:13.691Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:13.714Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739673685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:13.791Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms 2022-03-08T11:41:13.792Z||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-08T11:41:13.792Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:13.806Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:13.807Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:41:14.672Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:41:14.673Z||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-08T11:41:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:41:14.716Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-08T11:41:14.730Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:14.732Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:14.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:14.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739555240, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:14.768Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "clamp", "timestamp": 1646739556245, "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-08T11:41:14.797Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7d07fab-11cd-403c-b141-b3ccdafc3319 2022-03-08T11:41:14.798Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7d07fab-11cd-403c-b141-b3ccdafc3319 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-08T11:41:14.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/resourceInstances/pnf6656191db0f80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739554666, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739563561, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:14.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739566819, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJyznt6ovnqbhm97lcbsy/1.0/artifacts/service-DemoPnfJyznt6ovnqbhm97lcbsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:41:14.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T11:41:14.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "ves-openapi-manager", "timestamp": 1646739559875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739561231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739565383, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:14.881Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.883Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739567301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:14.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T11:41:14.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:14.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739577647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739577551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T11:41:14.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739570375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:14.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739578555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739580384, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "policy-id", "timestamp": 1646739579560, "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-08T11:41:14.922Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:14.923Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:14.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739580098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:14.972Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:14.972Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.972Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T11:41:14.973Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:14.973Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:14.973Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "cds", "timestamp": 1646739581392, "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-08T11:41:14.980Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:14.980Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd 2688 2022-03-08T11:41:14.981Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:14.981Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:14.981Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:14.981Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:14.985Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:14.985Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739674981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.003Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:15.004Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:15.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646739581104, "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-08T11:41:15.057Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:15.058Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:15.096Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-03-08T11:41:15.097Z||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-08T11:41:15.097Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:15.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T11:41:15.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.126Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739575279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:15.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739585158, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.131Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739586453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:41:15.132Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.132Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.132Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739587519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.132Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739588235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.133Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.133Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.133Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739580122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:41:15.134Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:41:15.134Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.134Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739588586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.134Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739589948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:15.135Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.135Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.135Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739589652, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-03-08T11:41:15.136Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:15.137Z||pool-78-thread-1|||||INFO|500||cambria reply ok (41 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=? 2022-03-08T11:41:15.148Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:15.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:15.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739590245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:15.180Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "multicloud-k8s-id", "timestamp": 1646739590656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:41:15.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "clamp", "timestamp": 1646739591250, "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-08T11:41:15.198Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:15.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:15.219Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.220Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739601828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:15.221Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:41:15.221Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:41:15.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "aai-ml", "timestamp": 1646739602832, "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-08T11:41:15.246Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58eab783-6aa8-491a-91c0-964ac891933e 2022-03-08T11:41:15.246Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:15.987Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5bd8d746-1272-4da0-95a5-4ca4e24177a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-08T11:41:15.987Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:15.988Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:16.192Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:16.193Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5bd8d746-1272-4da0-95a5-4ca4e24177a5 828 2022-03-08T11:41:16.195Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:16.195Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:16.195Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:16.195Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:16.197Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:16.197Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739676195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:16.299Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:16.300Z||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-08T11:41:16.300Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:16.314Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:16.315Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:17.198Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6a211dc8-6390-420d-bfb1-0cf46d72c925", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00a5d15d-f07b-467e-a885-4e38033101c9", "vfModuleModelCustomizationUUID": "b5c0e0d3-6891-415c-89e9-1db9fca5f7e6", "isBase": true, "artifacts": [ "efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd", "5acb2ad2-cbcb-4a20-a150-be0972f35afa", "2b897e53-0b4e-4afb-b297-bcd2c954c075" ], "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-08T11:41:17.212Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00a5d15d-f07b-467e-a885-4e38033101c9 VfModuleModelInvariantUUID:6a211dc8-6390-420d-bfb1-0cf46d72c925 VfModuleModelDescription:NULL Artifacts UUID List:{ efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd , 5acb2ad2-cbcb-4a20-a150-be0972f35afa , 2b897e53-0b4e-4afb-b297-bcd2c954c075 } 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-08T11:41:17.217Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "6a211dc8-6390-420d-bfb1-0cf46d72c925", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00a5d15d-f07b-467e-a885-4e38033101c9", "vfModuleModelCustomizationUUID": "b5c0e0d3-6891-415c-89e9-1db9fca5f7e6", "isBase": true, "artifacts": [ "efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd", "5acb2ad2-cbcb-4a20-a150-be0972f35afa", "2b897e53-0b4e-4afb-b297-bcd2c954c075" ], "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-08T11:41:17.217Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00a5d15d-f07b-467e-a885-4e38033101c9 VfModuleModelInvariantUUID:6a211dc8-6390-420d-bfb1-0cf46d72c925 VfModuleModelDescription:NULL Artifacts UUID List:{ efbca7e9-f2b7-4798-bcd5-3f14e0ebaacd , 5acb2ad2-cbcb-4a20-a150-be0972f35afa , 2b897e53-0b4e-4afb-b297-bcd2c954c075 } 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-08T11:41:17.217Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5acb2ad2-cbcb-4a20-a150-be0972f35afa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-08T11:41:17.217Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:17.218Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:17.394Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:17.395Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5acb2ad2-cbcb-4a20-a150-be0972f35afa 1164 2022-03-08T11:41:17.395Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:17.395Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:17.396Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:17.396Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:17.399Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:17.399Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739677395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:17.502Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-08T11:41:17.503Z||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-08T11:41:17.503Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:17.520Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:17.521Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:18.400Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b897e53-0b4e-4afb-b297-bcd2c954c075 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-08T11:41:18.400Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-08T11:41:18.400Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:18.466Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-08T11:41:18.467Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2b897e53-0b4e-4afb-b297-bcd2c954c075 200 2022-03-08T11:41:18.469Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:18.469Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:18.469Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-08T11:41:18.470Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:18.473Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:18.474Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739678468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:41:18.573Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-08T11:41:18.574Z||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-08T11:41:18.575Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:18.588Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:18.589Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:19.475Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5a7d441c-f28d-40f7-be5e-981d153cca1b 2022-03-08T11:41:19.476Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c1c83bbc-2c95-400b-8cf8-0bb00dad9435 ASDC 2022-03-08T11:41:19.492Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:19.585Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c417343, org.onap.sdc.toscaparser.api.parameters.Input@5a6f79d6, org.onap.sdc.toscaparser.api.parameters.Input@4f6f03fd, org.onap.sdc.toscaparser.api.parameters.Input@2a9b458a, org.onap.sdc.toscaparser.api.parameters.Input@3dd7e0f1] 2022-03-08T11:41:19.589Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.590Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.590Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-08T11:41:19.591Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 17cf656f-7e11-4ef7-9fa9-9802d71f54f9 2022-03-08T11:41:19.591Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 17cf656f-7e11-4ef7-9fa9-9802d71f54f9 matches Tosca VF Customization UUID: 17cf656f-7e11-4ef7-9fa9-9802d71f54f9 2022-03-08T11:41:19.591Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 17cf656f-7e11-4ef7-9fa9-9802d71f54f9 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-08T11:41:19.597Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.598Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.600Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 17cf656f-7e11-4ef7-9fa9-9802d71f54f9: {\"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-08T11:41:19.600Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b57a025 2022-03-08T11:41:19.601Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.601Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-08T11:41:19.601Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5c0e0d3-6891-415c-89e9-1db9fca5f7e6 2022-03-08T11:41:19.602Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5c0e0d3-6891-415c-89e9-1db9fca5f7e6 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-08T11:41:19.617Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.618Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:19.618Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:19.618Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.619Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:19.619Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:19.620Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.620Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-08T11:41:19.620Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-08T11:41:19.620Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8af8dd01-9456-4a6f-81db-3541e642dcad 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-08T11:41:19.626Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.627Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:19.637Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-08T11:41:19.637Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.637Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-08T11:41:19.638Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=17cf656f-7e11-4ef7-9fa9-9802d71f54f9 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-08T11:41:19.642Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.642Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.643Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5a7d441c-f28d-40f7-be5e-981d153cca1b: basic_cnf 2022-03-08T11:41:19.646Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.648Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.648Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.649Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.649Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.649Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.649Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.649Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.650Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-08T11:41:19.650Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-08T11:41:19.650Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:19.814Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c1c83bbc-2c95-400b-8cf8-0bb00dad9435 1 ASDC deployResourceStructure 2022-03-08T11:41:19.816Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:19.816Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:19.816Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T11:41:19.817Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:19.820Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:19.820Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739679815, "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-08T11:41:19.920Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:19.921Z||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-08T11:41:19.922Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:19.940Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:19.940Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:20.821Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:20.821Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:20.821Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-08T11:41:20.822Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:20.830Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:20.831Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739680821, "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-08T11:41:20.930Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-08T11:41:20.931Z||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-08T11:41:20.931Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:20.964Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:20.965Z||pool-83-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:21.837Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:21.837Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:21.838Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:41:21.838Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:21.847Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:21.848Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739681837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:41:21.943Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-08T11:41:21.944Z||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-08T11:41:21.945Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:21.976Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:21.977Z||pool-84-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:41:22.849Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:22.849Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:22.850Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:41:22.851Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:22.853Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:22.854Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739682849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:41:22.955Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:22.956Z||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-08T11:41:22.956Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:22.974Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:22.975Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-08T11:41:23.855Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:23.856Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:23.856Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:41:23.856Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:23.860Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:23.860Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739683855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-08T11:41:23.960Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:23.961Z||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-08T11:41:23.962Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:23.978Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:23.979Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:24.862Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:24.862Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:24.863Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-08T11:41:24.864Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:24.873Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:24.873Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739684861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:41:24.973Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-08T11:41:24.974Z||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-08T11:41:24.974Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:24.992Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:24.993Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-08T11:41:25.875Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58eab783-6aa8-491a-91c0-964ac891933e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08T11:41:25.922Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:25.946Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-08T11:41:25.946Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.947Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.948Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-08T11:41:25.948Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:25.959Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-08T11:41:55.961Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58eab783-6aa8-491a-91c0-964ac891933e 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-08T11:41:57.326Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58eab783-6aa8-491a-91c0-964ac891933e and serviceModelVersionId: 5a7d441c-f28d-40f7-be5e-981d153cca1b 2022-03-08T11:41:57.326Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf216fd9-646d-434c-98cb-bdd71b743321 2022-03-08T11:41:57.328Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0 2022-03-08T11:41:57.336Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-08T11:41:57.488Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0|INFO|500||Invoke 2022-03-08T11:41:57.489Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58eab783-6aa8-491a-91c0-964ac891933e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[66d3753d-37f4-4715-8333-2e1aedcd022f], X-ECOMP-RequestID=[58eab783-6aa8-491a-91c0-964ac891933e], X-TransactionId=[], X-ONAP-RequestID=[58eab783-6aa8-491a-91c0-964ac891933e], Content-Type=[application/merge-patch+json]} 2022-03-08T11:41:57.557Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-08T11:41:58.129Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?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/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-11:41:57:590-85403], vertex-id=[421952], Content-Length=[0], Date=[Tue, 08 Mar 2022 11:41:57 GMT], Content-Type=[application/json]} 2022-03-08T11:41:58.130Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-08T11:41:58.131Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf216fd9-646d-434c-98cb-bdd71b743321/model-vers/model-ver/5a7d441c-f28d-40f7-be5e-981d153cca1b?depth=0|INFO|500||InvokeReturn 2022-03-08T11:41:58.137Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-08T11:41:58.138Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:58.144Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||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-08T11:41:58.145Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58eab783-6aa8-491a-91c0-964ac891933e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-08T11:41:58.145Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-08T11:41:58.146Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-08T11:41:58.151Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-08T11:41:58.155Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739718145, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:41:58.249Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-08T11:41:58.252Z||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-08T11:41:58.252Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 12qDeltfCyPM63KK) ... 2022-03-08T11:41:58.292Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:41:58.293Z||pool-88-thread-1|||||INFO|500||cambria reply ok (43 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-08T11:41:59.183Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:41:59.185Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:41:59.185Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:42:08.765Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:42:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:42:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:42:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:42:14.671Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:42:14.671Z||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-08T11:42:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:42:14.698Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:42:14.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7d07fab-11cd-403c-b141-b3ccdafc3319", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739658743, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:42:14.715Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:42:14.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:42:14.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-08T11:42:14.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-08T11:42:14.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-08T11:42:14.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-08T11:42:14.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-08T11:42:14.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739659772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739669798, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739673685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:42:14.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:42:24.216Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:43:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:43:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:43:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:43:14.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:43:14.672Z||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-08T11:43:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:43:14.737Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:43:14.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-08T11:43:14.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739674981, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-08T11:43:14.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:43:24.262Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:44:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:44:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:44:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:44:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:44:14.672Z||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-08T11:44:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:44:15.211Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:44:15.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739676195, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-08T11:44:15.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739677395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-08T11:44:15.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739678468, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-08T11:44:15.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739679815, "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-08T11:44:15.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739680821, "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-08T11:44:15.220Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739681837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-08T11:44:15.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739682849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-08T11:44:15.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739683855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-08T11:44:15.223Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739684861, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-08T11:44:15.224Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:15.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-08T11:44:15.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "58eab783-6aa8-491a-91c0-964ac891933e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646739718145, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-08T11:44:15.225Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-08T11:44:24.235Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:45:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:45:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:45:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:45:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:45:14.672Z||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-08T11:45:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:45:24.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:45:24.243Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:46:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:46:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:46:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:46:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:46:14.673Z||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-08T11:46:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:46:24.237Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:46:24.238Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:47:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:47:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:47:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:47:14.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:47:14.672Z||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-08T11:47:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:47:24.214Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:47:24.217Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:48:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:48:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:48:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:48:14.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:48:14.672Z||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-08T11:48:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:48:24.211Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:48:24.222Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:49:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:49:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:49:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:49:14.671Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:49:14.672Z||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-08T11:49:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:49:24.214Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:49:24.212Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:50:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:50:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:50:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:50:14.671Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:50:14.672Z||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-08T11:50:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:50:24.257Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:50:24.260Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:51:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:51:14.670Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:51:14.670Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:51:14.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:51:14.671Z||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-08T11:51:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:51:24.221Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:51:24.223Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:52:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:52:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:52:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:52:14.673Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:52:14.677Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:52:14.677Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:52:24.226Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:52:24.238Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:53:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:53:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:53:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:53:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:53:14.672Z||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-08T11:53:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:53:24.216Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:53:24.221Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:54:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:54:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:54:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:54:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:54:14.672Z||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-08T11:54:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:54:24.220Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:54:24.229Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:55:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:55:14.666Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:55:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:55:14.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:55:14.672Z||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-08T11:55:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:55:24.210Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:55:24.211Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:56:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:56:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:56:14.669Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:56:14.671Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:56:14.673Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T11:56:14.673Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T11:56:24.228Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:56:24.235Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:57:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:57:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:57:14.667Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:57:14.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:57:14.680Z||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-08T11:57:14.680Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:57:24.216Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:57:24.223Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:58:14.665Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:58:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T11:58:14.668Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T11:58:14.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:58:14.673Z||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-08T11:58:14.674Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:58:24.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:58:24.226Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:59:14.667Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:59:14.671Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T11:59:14.672Z||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-08T11:59:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:59:14.672Z||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-08T11:59:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T11:59:24.233Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T11:59:24.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:00:14.665Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:00:14.667Z||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-08T12:00:14.667Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:00:14.671Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:00:14.672Z||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-08T12:00:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:00:24.224Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:00:24.224Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:01:14.665Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:01:14.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:01:14.667Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:01:14.672Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:01:14.676Z||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-08T12:01:14.676Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:01:24.221Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:01:24.221Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:02:14.666Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:02:14.667Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:02:14.668Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:02:14.671Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:02:14.672Z||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-08T12:02:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:02:24.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:02:24.228Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:03:14.665Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:03:14.668Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:03:14.668Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:03:14.671Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:03:14.672Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T12:03:14.672Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T12:03:24.250Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:03:24.253Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:04:14.665Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:04:14.666Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:04:14.666Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:04:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:04:14.672Z||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-08T12:04:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:04:24.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:04:24.256Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:05:14.666Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:05:14.670Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:05:14.671Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:05:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:05:14.671Z||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-08T12:05:14.671Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:05:24.231Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:05:24.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:06:14.665Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:06:14.666Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-08T12:06:14.667Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 12qDeltfCyPM63KK) ... 2022-03-08T12:06:14.671Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:06:14.672Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T12:06:14.672Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T12:06:24.215Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:06:24.216Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:07:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:07:14.670Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T12:07:14.671Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T12:07:14.671Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:07:14.673Z||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-08T12:07:14.673Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:07:24.248Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:07:24.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:08:14.665Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:08:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T12:08:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T12:08:14.671Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:08:14.672Z|58eab783-6aa8-491a-91c0-964ac891933e|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-08T12:08:14.672Z|58eab783-6aa8-491a-91c0-964ac891933e|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 12qDeltfCyPM63KK) ... 2022-03-08T12:08:24.226Z|58eab783-6aa8-491a-91c0-964ac891933e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:08:24.229Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:08:50.965Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-08T12:09:14.665Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:09:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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-08T12:09:14.666Z|47fc804e-b593-4d30-85a5-10552b1d46d5|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 12qDeltfCyPM63KK) ... 2022-03-08T12:09:14.671Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-08T12:09:14.672Z||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-08T12:09:14.672Z||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 12qDeltfCyPM63KK) ... 2022-03-08T12:09:24.221Z|47fc804e-b593-4d30-85a5-10552b1d46d5|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-08T12:09:24.225Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK