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-09T12:05:47.769Z||main|||||INFO|500||The following profiles are active: basic 2022-03-09T12:06:12.238Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-09T12:06:12.244Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-09T12:06:12.542Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-09T12:06:21.372Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-09T12:06:22.073Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-09T12:06:23.055Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-09T12:06:23.080Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-09T12:06:23.418Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-09T12:06:23.934Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-09T12:06:25.142Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-09T12:06:28.868Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T12:06:33.023Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T12:06:33.107Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-09T12:06:33.996Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-09T12:06:34.375Z||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-09T12:06:36.548Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-09T12:06:38.136Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-09T12:06:38.176Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$36dd570f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-09T12:06:38.180Z||main|||||WARN|500||The sdc end point is not alive 2022-03-09T12:06:43.765Z||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-09T12:06:48.400Z||main|||||WARN|500||--- 2022-03-09T12:06:48.401Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-09T12:06:48.401Z||main|||||WARN|500||--- 2022-03-09T12:06:49.101Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-09T12:06:57.964Z||main|||||INFO|500||Started Application in 80.155 seconds (JVM running for 84.692) 2022-03-09T12:06:57.987Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-09T12:06:58.027Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-09T12:06:58.065Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-09T12:06:58.150Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-09T12:06:58.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c95adb3c-e23e-497e-b3f1-b3c22374ddb4 url= /sdc/v1/artifactTypes 2022-03-09T12:06:58.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-09T12:06:58.930Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-09T12:06:59.017Z||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-09T12:06:59.050Z||scheduling-1|||||DEBUG|500||create keys 2022-03-09T12:06:59.060Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-09T12:06:59.090Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:06:59.135Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 44c4e16d-de5d-4a18-b78a-da2e0071c155 url= /sdc/v1/registerForDistribution 2022-03-09T12:06:59.322Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 44c4e16d-de5d-4a18-b78a-da2e0071c155 url= /sdc/v1/registerForDistribution 2022-03-09T12:06:59.325Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-09T12:06:59.358Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:06:59.365Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:06:59.377Z||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-09T12:06:59.378Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:06:59.384Z||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-09T12:06:59.386Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:06:59.377Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-09T12:07:09.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:07:09.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:07:59.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:07:59.352Z||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-09T12:07:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:07:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:07:59.358Z||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-09T12:07:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:08:08.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:08:08.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:08:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:08:59.351Z||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-09T12:08:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:08:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:08:59.358Z||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-09T12:08:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:09:08.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:09:08.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:09:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:09:59.352Z||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-09T12:09:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:09:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:09:59.358Z||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-09T12:09:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:10:08.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:10:08.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:10:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:10:59.352Z||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-09T12:10:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:10:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:10:59.358Z||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-09T12:10:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:11:08.928Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:11:08.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:11:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:11:59.352Z||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-09T12:11:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:11:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:11:59.358Z||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-09T12:11:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:12:08.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:12:08.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:12:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:12:59.353Z||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-09T12:12:59.354Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:12:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:12:59.358Z||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-09T12:12:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:13:08.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:13:08.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:13:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:13:59.352Z||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-09T12:13:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:13:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:13:59.361Z||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-09T12:13:59.361Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:14:08.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:14:08.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:14:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:14:59.353Z||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-09T12:14:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:14:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:14:59.358Z||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-09T12:14:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:15:08.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:15:08.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:15:43.555Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-09T12:15:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:15:59.352Z||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-09T12:15:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:15:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:15:59.359Z||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-09T12:15:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:16:08.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:16:08.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:16:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:16:59.351Z||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-09T12:16:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:16:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:16:59.358Z||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-09T12:16:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:17:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:17:08.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:17:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:17:59.352Z||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-09T12:17:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:17:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:17:59.358Z||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-09T12:17:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:18:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:18:08.919Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:18:59.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:18:59.352Z||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-09T12:18:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:18:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:18:59.357Z||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-09T12:18:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:19:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:19:08.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:19:59.351Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:19:59.352Z||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-09T12:19:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:19:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:19:59.358Z||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-09T12:19:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:20:08.917Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:20:08.918Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:20:59.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:20:59.353Z||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-09T12:20:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:20:59.359Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:20:59.359Z||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-09T12:20:59.360Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:21:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:21:08.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:21:59.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:21:59.351Z||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-09T12:21:59.351Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:21:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:21:59.357Z||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-09T12:21:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:22:08.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:22:08.929Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:22:59.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:22:59.352Z||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-09T12:22:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:22:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:22:59.358Z||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-09T12:22:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:23:08.914Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:23:08.916Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:23:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:23:59.351Z||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-09T12:23:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:23:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:23:59.358Z||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-09T12:23:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:24:08.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:24:08.914Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:24:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:24:59.351Z||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-09T12:24:59.351Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:24:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:24:59.358Z||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-09T12:24:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:25:08.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:25:08.922Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:25:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:25:59.351Z||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-09T12:25:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:25:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:25:59.358Z||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-09T12:25:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:26:08.916Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:26:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:26:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:26:59.352Z||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-09T12:26:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:26:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:26:59.358Z||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-09T12:26:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:27:08.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:27:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:27:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:27:59.352Z||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-09T12:27:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:27:59.357Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:27:59.358Z||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-09T12:27:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:28:08.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:28:08.945Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:28:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:28:59.353Z||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-09T12:28:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:28:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:28:59.358Z||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-09T12:28:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:29:08.920Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:29:08.924Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:29:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:29:59.352Z||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-09T12:29:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:29:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:29:59.357Z||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-09T12:29:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:30:08.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:30:08.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:30:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:30:59.352Z||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-09T12:30:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:30:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:30:59.358Z||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-09T12:30:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:31:08.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:31:08.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:31:59.351Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:31:59.352Z||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-09T12:31:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:31:59.359Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:31:59.360Z||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-09T12:31:59.369Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:32:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:32:08.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:32:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:32:59.352Z||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-09T12:32:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:32:59.357Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:32:59.357Z||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-09T12:32:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:33:08.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:33:08.913Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:33:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:33:59.352Z||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-09T12:33:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:33:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:33:59.358Z||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-09T12:33:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:34:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:34:08.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:34:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:34:59.352Z||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-09T12:34:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:34:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:34:59.358Z||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-09T12:34:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:35:08.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:35:08.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:35:59.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:35:59.351Z||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-09T12:35:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:35:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:35:59.358Z||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-09T12:35:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:36:08.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:36:08.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:36:59.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:36:59.352Z||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-09T12:36:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:36:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:36:59.357Z||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-09T12:36:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:37:08.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:37:08.924Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:37:59.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:37:59.352Z||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-09T12:37:59.353Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:37:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:37:59.358Z||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-09T12:37:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:38:08.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:38:08.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:38:59.351Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:38:59.352Z||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-09T12:38:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:38:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:38:59.358Z||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-09T12:38:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:39:08.918Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:39:08.918Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:39:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:39:59.352Z||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-09T12:39:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:39:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:39:59.357Z||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-09T12:39:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:40:08.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:40:08.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:40:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:40:59.352Z||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-09T12:40:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:40:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:40:59.358Z||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-09T12:40:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:41:08.923Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:41:08.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:41:59.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:41:59.351Z||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-09T12:41:59.351Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:41:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:41:59.357Z||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-09T12:41:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:41:59.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:41:59.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-09T12:41:59.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"391cefe8-6b36-4dc1-91e2-823d117cfeec","serviceName":"basic_onboard_dakgWY","serviceVersion":"1.0","serviceUUID":"1b3e81b5-be5f-489a-8292-811975114d69","serviceDescription":"service","serviceInvariantUUID":"6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc","resources":[{"resourceInstanceName":"basic_onboard_dakgWY 0","resourceName":"basic_onboard_dakgWY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c001ae16-10d4-4fac-a82c-8dd3f757df25","resourceInvariantUUID":"13fc14a2-4492-4736-9fc8-f676423dacc3","resourceCustomizationUUID":"efec77c7-75dc-470e-8559-e43438734d93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml","artifactChecksum":"MjI1YTNiYmJkZDlmYjQ5M2Q1M2IxNmY5MjZiZmQ4ZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ebd1459-b7f9-4105-8c5e-2924c8dd3954","artifactVersion":"1"},{"artifactName":"basic_onboard_dakgwy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json","artifactChecksum":"ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c12230bd-4d2a-4588-8c08-945040ac6b3a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ce5d5346-d065-48d6-b9bb-077eb05ba7a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d97dfad8-7591-4ea8-b344-05b1b80c12ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f239e801-971d-41c1-9744-6b6888fd6110","artifactVersion":"2","generatedFromUUID":"ce5d5346-d065-48d6-b9bb-077eb05ba7a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDakgwy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml","artifactChecksum":"YzY5ZGU4YWU4YjllM2MxNjg1YjYwMDE2OTBhMmE0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e7f845d8-18ea-4727-b9cd-b3861adb2077","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDakgwy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar","artifactChecksum":"ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41b71987-13d1-4e67-800a-94be8881ae6e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T12:41:59.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:41:59.997Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:41:59.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:41:59.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:00.026Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:00.026Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:42:00.037Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:42:00.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.042Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:42:00.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:42:00.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T12:42:00.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.055Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.055Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.056Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.056Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.057Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.057Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.057Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829681297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829684222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.063Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829675960, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "dcae-sch", "timestamp": 1646829681862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "ves-openapi-manager", "timestamp": 1646829681236, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.064Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829684997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829693737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829693750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829686272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829693082, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.068Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829694759, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:42:00.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.069Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.069Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829695118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.069Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:00.070Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.070Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829694586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.071Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.071Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "policy-id", "timestamp": 1646829695763, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-03-09T12:42:00.126Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-03-09T12:42:00.132Z||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-09T12:42:00.132Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:42:00.147Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:00.148Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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-09T12:42:00.283Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.305Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:00.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829688275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:00.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:42:00.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "cds", "timestamp": 1646829695662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-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-09T12:42:00.348Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.349Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:00.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829696830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829696241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.363Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829697890, "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-09T12:42:00.370Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.370Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:00.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "multicloud-k8s-id", "timestamp": 1646829698895, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:42:00.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829698140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:42:00.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829699146, "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-09T12:42:00.393Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.393Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:00.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829702652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:00.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829704662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:42:00.410Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "clamp", "timestamp": 1646829705668, "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-09T12:42:00.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:00.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829711091, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:42:00.435Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:00.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "aai-ml", "timestamp": 1646829712098, "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-09T12:42:00.460Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 391cefe8-6b36-4dc1-91e2-823d117cfeec 2022-03-09T12:42:00.461Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:01.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:01.039Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:01.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:01.041Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:42:01.142Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:01.143Z||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-09T12:42:01.143Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:01.155Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:01.156Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:42:02.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:02.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:02.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:02.046Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:42:02.145Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:42:02.147Z||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-09T12:42:02.147Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:02.163Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:02.163Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:03.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:03.048Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:03.050Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:03.050Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:03.150Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:03.152Z||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-09T12:42:03.152Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:03.165Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:03.166Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:04.051Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:04.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:04.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:04.055Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T12:42:04.156Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:42:04.157Z||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-09T12:42:04.157Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:04.173Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:04.174Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:42:05.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:05.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:05.061Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:05.061Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:05.161Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:05.163Z||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-09T12:42:05.163Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:05.176Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:05.177Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:42:06.061Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:42:06.062Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:06.064Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:06.064Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:42:06.165Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:06.166Z||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-09T12:42:06.166Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:06.184Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:06.184Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:07.066Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "serviceName": "basic_onboard_dakgWY", "serviceVersion": "1.0", "serviceUUID": "1b3e81b5-be5f-489a-8292-811975114d69", "serviceDescription": "service", "serviceInvariantUUID": "6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc", "resources": [ { "resourceInstanceName": "basic_onboard_dakgWY 0", "resourceCustomizationUUID": "efec77c7-75dc-470e-8559-e43438734d93", "resourceName": "basic_onboard_dakgWY", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c001ae16-10d4-4fac-a82c-8dd3f757df25", "resourceInvariantUUID": "13fc14a2-4492-4736-9fc8-f676423dacc3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dakgwy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "artifactChecksum": "ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c12230bd-4d2a-4588-8c08-945040ac6b3a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ce5d5346-d065-48d6-b9bb-077eb05ba7a6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f239e801-971d-41c1-9744-6b6888fd6110", "generatedFromUUID": "ce5d5346-d065-48d6-b9bb-077eb05ba7a6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f239e801-971d-41c1-9744-6b6888fd6110", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDakgwy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "artifactChecksum": "ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41b71987-13d1-4e67-800a-94be8881ae6e" } ], "workloadContext": "Production" } 2022-03-09T12:42:07.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T12:42:07.070Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b3e81b5-be5f-489a-8292-811975114d69 ASDC 2022-03-09T12:42:07.206Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:391cefe8-6b36-4dc1-91e2-823d117cfeec ServiceName:basic_onboard_dakgWY ServiceVersion:1.0 ServiceUUID:1b3e81b5-be5f-489a-8292-811975114d69 ServiceInvariantUUID:6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDakgwy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar ArtifactUUID:41b71987-13d1-4e67-800a-94be8881ae6e ArtifactChecksum:ODRhOWM4Njg5ZjI1YjAwNmI3ZGQ4NjMyNWRkNjVmODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_dakgWY 0 ResourceCustomizationUUID:efec77c7-75dc-470e-8559-e43438734d93 ResourceInvariantUUID:13fc14a2-4492-4736-9fc8-f676423dacc3 ResourceName:basic_onboard_dakgWY ResourceType:VF ResourceUUID:c001ae16-10d4-4fac-a82c-8dd3f757df25 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dakgwy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json ArtifactUUID:c12230bd-4d2a-4588-8c08-945040ac6b3a ArtifactChecksum:ZTBkYmRjYzJmMzMxYmVjYjFlZmNlMTIwNTk2MWY2MmI= 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/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ArtifactUUID:ce5d5346-d065-48d6-b9bb-077eb05ba7a6 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/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ArtifactUUID:f239e801-971d-41c1-9744-6b6888fd6110 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/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ArtifactUUID:f239e801-971d-41c1-9744-6b6888fd6110 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T12:42:07.207Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b3e81b5-be5f-489a-8292-811975114d69 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-09T12:42:07.272Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:42:07.274Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-09T12:42:07.275Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-09T12:42:07.276Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 41b71987-13d1-4e67-800a-94be8881ae6e from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:07.276Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-09T12:42:07.277Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:07.598Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-09T12:42:07.617Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 41b71987-13d1-4e67-800a-94be8881ae6e 71543 2022-03-09T12:42:07.618Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar ASDC sendASDCNotification 2022-03-09T12:42:07.619Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:07.620Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:42:07.621Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:07.630Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:07.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829727617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:07.729Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T12:42:07.730Z||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-09T12:42:07.731Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:07.743Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:07.744Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:08.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:42:08.633Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-09T12:42:08.633Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 41b71987-13d1-4e67-800a-94be8881ae6e, URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar to file: /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:08.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:08.728Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:08.728Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:09.444Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16363299933267606819/Definitions/service-BasicOnboardDakgwy-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-09T12:42:11.682Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.688Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dakgWY 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-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||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-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.689Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:11.690Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-09T12:42:11.698Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.700Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.705Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:11.705Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-09T12:42:11.707Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:42:11.709Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-09T12:42:11.710Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:42:11.711Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.711Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria 2022-03-09T12:42:11.715Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T12:42:11.716Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.717Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:42:11.719Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.719Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:11.720Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:11.720Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:11.721Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:11.722Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.723Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria 2022-03-09T12:42:11.723Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07f1988-7998-4d2f-b17a-c2f8f14292c5 2022-03-09T12:42:11.724Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.725Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.726Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:11.727Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:11.727Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_dakgWY Description:service Model UUID:1b3e81b5-be5f-489a-8292-811975114d69 Model Version:NULL Model InvariantUuid:6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_dakgWY Model UUID:27d3b38c-62cd-4945-8965-d33abcd7d129 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:13fc14a2-4492-4736-9fc8-f676423dacc3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:efec77c7-75dc-470e-8559-e43438734d93 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ea2b70f9-85ae-4abc-af5c-eb397a47e48a ModelName:BasicOnboardDakgwy..base_ubuntu18..module-0 ModelUuid:af80e3a3-d88c-452b-969d-18cd44fc11cf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a07f1988-7998-4d2f-b17a-c2f8f14292c5 ModelInvariantUuid:90cf316a-1d0e-45e8-b77c-5bbb0fadb5ec ModelName:basic_onboard_dakgWY-nodes.ubuntu18Cvfc ModelUuid:74b76fbf-5bec-4bfe-8dba-1bc7a33d7397 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:24f0f317-efa9-40f6-b71a-d0e08d341624 ModelInvariantUuid:b683ae44-badb-4ee1-9e00-b7b00c690d6d ModelName:BasicOnboardDakgwy.compute.nodes.heat.ubuntu18 ModelUuid:88a98aa7-7485-4d67-9eb2-edaa93c8b93c 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-09T12:42:11.739Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c001ae16-10d4-4fac-a82c-8dd3f757df25 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-09T12:42:11.838Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||basic_onboard_dakgWY 0 2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c001ae16-10d4-4fac-a82c-8dd3f757df25 2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c12230bd-4d2a-4588-8c08-945040ac6b3a from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json 2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-09T12:42:11.844Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json 2022-03-09T12:42:11.908Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-09T12:42:11.909Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json c12230bd-4d2a-4588-8c08-945040ac6b3a 798 2022-03-09T12:42:11.910Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json ASDC sendASDCNotification 2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json 2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:42:11.911Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:11.914Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:11.915Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829731910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:12.015Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:12.016Z||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-09T12:42:12.016Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:12.033Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:12.034Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:12.916Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDakgwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ea2b70f9-85ae-4abc-af5c-eb397a47e48a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af80e3a3-d88c-452b-969d-18cd44fc11cf", "vfModuleModelCustomizationUUID": "83be98ff-f809-4a42-922f-e118c47b3478", "isBase": true, "artifacts": [ "ce5d5346-d065-48d6-b9bb-077eb05ba7a6", "f239e801-971d-41c1-9744-6b6888fd6110" ], "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-09T12:42:12.931Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDakgwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af80e3a3-d88c-452b-969d-18cd44fc11cf VfModuleModelInvariantUUID:ea2b70f9-85ae-4abc-af5c-eb397a47e48a VfModuleModelDescription:NULL Artifacts UUID List:{ ce5d5346-d065-48d6-b9bb-077eb05ba7a6 , f239e801-971d-41c1-9744-6b6888fd6110 } 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-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDakgwy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ea2b70f9-85ae-4abc-af5c-eb397a47e48a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af80e3a3-d88c-452b-969d-18cd44fc11cf", "vfModuleModelCustomizationUUID": "83be98ff-f809-4a42-922f-e118c47b3478", "isBase": true, "artifacts": [ "ce5d5346-d065-48d6-b9bb-077eb05ba7a6", "f239e801-971d-41c1-9744-6b6888fd6110" ], "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-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDakgwy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af80e3a3-d88c-452b-969d-18cd44fc11cf VfModuleModelInvariantUUID:ea2b70f9-85ae-4abc-af5c-eb397a47e48a VfModuleModelDescription:NULL Artifacts UUID List:{ ce5d5346-d065-48d6-b9bb-077eb05ba7a6 , f239e801-971d-41c1-9744-6b6888fd6110 } 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-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ce5d5346-d065-48d6-b9bb-077eb05ba7a6 from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml 2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-09T12:42:12.935Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml 2022-03-09T12:42:13.098Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ce5d5346-d065-48d6-b9bb-077eb05ba7a6 5033 2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml 2022-03-09T12:42:13.099Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:42:13.100Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:13.103Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:13.103Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829733099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:13.203Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:13.204Z||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-09T12:42:13.204Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:13.216Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:13.217Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:14.104Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f239e801-971d-41c1-9744-6b6888fd6110 from URL: /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env 2022-03-09T12:42:14.104Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-09T12:42:14.105Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env 2022-03-09T12:42:14.169Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env f239e801-971d-41c1-9744-6b6888fd6110 909 2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T12:42:14.170Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env 2022-03-09T12:42:14.171Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:42:14.171Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:14.174Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:14.174Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829734170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:42:14.274Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:14.275Z||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-09T12:42:14.275Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:14.290Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:14.291Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:15.175Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1b3e81b5-be5f-489a-8292-811975114d69 2022-03-09T12:42:15.176Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dakgWY 0 c001ae16-10d4-4fac-a82c-8dd3f757df25 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-09T12:42:15.213Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33500d05, org.onap.sdc.toscaparser.api.parameters.Input@7890728d, org.onap.sdc.toscaparser.api.parameters.Input@23ee457f, org.onap.sdc.toscaparser.api.parameters.Input@e463c31, org.onap.sdc.toscaparser.api.parameters.Input@3dcd30d9] 2022-03-09T12:42:15.218Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.219Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.220Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= efec77c7-75dc-470e-8559-e43438734d93 2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efec77c7-75dc-470e-8559-e43438734d93 matches Tosca VF Customization UUID: efec77c7-75dc-470e-8559-e43438734d93 2022-03-09T12:42:15.221Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: efec77c7-75dc-470e-8559-e43438734d93 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-09T12:42:15.230Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.231Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id efec77c7-75dc-470e-8559-e43438734d93: {\"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-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28cd0721 2022-03-09T12:42:15.232Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.233Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:42:15.233Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 83be98ff-f809-4a42-922f-e118c47b3478 2022-03-09T12:42:15.234Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 83be98ff-f809-4a42-922f-e118c47b3478 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-09T12:42:15.240Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.241Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:15.241Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:15.242Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is not matching search criteria 2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T12:42:15.243Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a07f1988-7998-4d2f-b17a-c2f8f14292c5 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-09T12:42:15.251Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_dakgWY 0 is matching search criteria 2022-03-09T12:42:15.252Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_dakgWY 0] matching following query criteria: sdcType=VF, customizationUUID=efec77c7-75dc-470e-8559-e43438734d93 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-09T12:42:15.254Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.254Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1b3e81b5-be5f-489a-8292-811975114d69: basic_onboard_dakgWY 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.255Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:42:15.256Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_dakgWY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:42:15.257Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_dakgWY 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-09T12:42:15.411Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dakgWY c001ae16-10d4-4fac-a82c-8dd3f757df25 1 ASDC deployResourceStructure 2022-03-09T12:42:15.412Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json ASDC sendASDCNotification 2022-03-09T12:42:15.412Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json 2022-03-09T12:42:15.413Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:42:15.413Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:15.416Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:15.416Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829735412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:42:15.516Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:15.517Z||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-09T12:42:15.517Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:15.534Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:15.535Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml 2022-03-09T12:42:16.417Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:42:16.418Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:16.420Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:16.420Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829736417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:42:16.520Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:16.521Z||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-09T12:42:16.522Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:16.533Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:16.534Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env 2022-03-09T12:42:17.421Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:42:17.422Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:17.424Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:17.424Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829737421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T12:42:17.524Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:17.525Z||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-09T12:42:17.526Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:17.537Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:17.538Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:18.425Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar ASDC sendASDCNotification 2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar 2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:42:18.426Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:42:18.428Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:42:18.428Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829738425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:42:18.528Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:42:18.530Z||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-09T12:42:18.530Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:18.544Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:18.545Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:42:19.429Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:42:19.450Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.463Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:42:19.464Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T12:42:19.471Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T12:42:49.471Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec 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-09T12:42:49.484Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 391cefe8-6b36-4dc1-91e2-823d117cfeec and serviceModelVersionId: 1b3e81b5-be5f-489a-8292-811975114d69 2022-03-09T12:42:49.484Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc 2022-03-09T12:42:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:42:59.358Z||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-09T12:42:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:42:59.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:42:59.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:42:59.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:42:59.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:06.113Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0 2022-03-09T12:43:06.239Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T12:43:06.848Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|INFO|500||Invoke 2022-03-09T12:43:06.858Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47456f13-aabf-4de3-be69-faf5527fc920], X-ECOMP-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], X-TransactionId=[], X-ONAP-RequestID=[391cefe8-6b36-4dc1-91e2-823d117cfeec], Content-Type=[application/merge-patch+json]} 2022-03-09T12:43:06.981Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T12:43:07.628Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?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/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-12:43:07:506-51536], vertex-id=[217160], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:43:07 GMT], Content-Type=[application/json]} 2022-03-09T12:43:07.630Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T12:43:07.631Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d9dec74-4a8b-4ba2-a5fe-eaab3d6862fc/model-vers/model-ver/1b3e81b5-be5f-489a-8292-811975114d69?depth=0|INFO|500||InvokeReturn 2022-03-09T12:43:07.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T12:43:07.634Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T12:43:07.640Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T12:43:07.641Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 391cefe8-6b36-4dc1-91e2-823d117cfeec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T12:43:07.642Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T12:43:07.643Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:43:07.645Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:43:07.645Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829787641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:43:07.745Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:43:07.747Z||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-09T12:43:07.747Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:43:07.763Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:43:07.764Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T12:43:08.658Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:43:08.659Z||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-09T12:43:08.659Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:43:18.204Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:43:59.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:43:59.354Z||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-09T12:43:59.354Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:43:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:43:59.358Z||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-09T12:43:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:43:59.389Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:43:59.391Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.391Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.394Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829719350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829727617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.395Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829731910, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829733099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829734170, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.396Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829735412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/basic_onboard_dakgwy0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829736417, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.397Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829737421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/resourceInstances/basic_onboard_dakgwy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T12:43:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.398Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.398Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829738425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDakgwy/1.0/artifacts/service-BasicOnboardDakgwy-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:43:59.398Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:43:59.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:43:59.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T12:43:59.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c41e10c9-e7c3-4c17-b706-8601db58d5e9","serviceName":"vFW 2022-03-09 12-41-20","serviceVersion":"1.0","serviceUUID":"d56115b9-7bd1-4a1b-95f8-3ef81609c299","serviceDescription":"catalog service description","serviceInvariantUUID":"8ae1020e-8403-4968-8f72-641e82fa4828","resources":[{"resourceInstanceName":"vFW ddefcfab-0d22 0","resourceName":"vFW ddefcfab-0d22","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14cf6783-d404-4133-8137-f09c50baced0","resourceInvariantUUID":"e9729003-8711-4d25-9a18-71b5efcf8842","resourceCustomizationUUID":"19bf78c7-308f-4148-b2b1-093b40159023","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml","artifactChecksum":"M2JjYjAzNDg2ODNmNzY5ZWI3ZjczNzM1ZjgyM2JiMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"693c765c-1a3a-4024-94fd-9f7830012e97","artifactVersion":"1"},{"artifactName":"vfwddefcfab0d220_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json","artifactChecksum":"Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cc3fff5b-591e-4d15-a68e-e8d1fb8ad585","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0912dd50-bb0a-41ea-a8c0-12a49eb7299f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml","artifactChecksum":"ODRjOTJmMmVlNjFlYjQxNWQxNTRhYzU3MzI5NmI1M2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"15baaae5-92be-406d-b5e1-1d0e0222234c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0177411a-f4e4-449a-85b9-074a9b1b064e","artifactVersion":"2","generatedFromUUID":"0912dd50-bb0a-41ea-a8c0-12a49eb7299f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309124120-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml","artifactChecksum":"YTQ1NzdiMTQxMDExOWRlMGEyOGE3MDE0OTQxMDgxMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52432e80-2a43-4905-be04-8437643dff5a","artifactVersion":"1"},{"artifactName":"service-Vfw20220309124120-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar","artifactChecksum":"NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a178368-f9b0-477c-81ec-446e72dd4908","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T12:43:59.992Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:43:59.993Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:43:59.997Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:43:59.997Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:00.097Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:00.098Z||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-09T12:44:00.098Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:00.112Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:00.113Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:00.997Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:00.998Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:01.000Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:01.000Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOTIFIED" } 2022-03-09T12:44:01.101Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:44:01.102Z||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-09T12:44:01.102Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:01.113Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:01.117Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:02.001Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:02.002Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:02.004Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:02.005Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:44:02.105Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:02.106Z||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-09T12:44:02.106Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:02.125Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:02.126Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:03.005Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:03.009Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:03.011Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:03.011Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:03.112Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T12:44:03.114Z||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-09T12:44:03.114Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:03.129Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:03.130Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:04.014Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:04.015Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:04.017Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:04.017Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T12:44:04.123Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-09T12:44:04.125Z||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-09T12:44:04.126Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:04.138Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:04.138Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:05.018Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:05.019Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:05.023Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:05.023Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:05.123Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:44:05.124Z||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-09T12:44:05.124Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:05.141Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:05.142Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:06.024Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:44:06.025Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:06.027Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:06.027Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:44:06.128Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T12:44:06.129Z||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-09T12:44:06.130Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:06.141Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:06.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:07.029Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "serviceName": "vFW 2022-03-09 12-41-20", "serviceVersion": "1.0", "serviceUUID": "d56115b9-7bd1-4a1b-95f8-3ef81609c299", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8ae1020e-8403-4968-8f72-641e82fa4828", "resources": [ { "resourceInstanceName": "vFW ddefcfab-0d22 0", "resourceCustomizationUUID": "19bf78c7-308f-4148-b2b1-093b40159023", "resourceName": "vFW ddefcfab-0d22", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "14cf6783-d404-4133-8137-f09c50baced0", "resourceInvariantUUID": "e9729003-8711-4d25-9a18-71b5efcf8842", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwddefcfab0d220_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "artifactChecksum": "Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cc3fff5b-591e-4d15-a68e-e8d1fb8ad585", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0912dd50-bb0a-41ea-a8c0-12a49eb7299f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0177411a-f4e4-449a-85b9-074a9b1b064e", "generatedFromUUID": "0912dd50-bb0a-41ea-a8c0-12a49eb7299f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0177411a-f4e4-449a-85b9-074a9b1b064e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309124120-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "artifactChecksum": "NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a178368-f9b0-477c-81ec-446e72dd4908" } ], "workloadContext": "Production" } 2022-03-09T12:44:07.029Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T12:44:07.029Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d56115b9-7bd1-4a1b-95f8-3ef81609c299 ASDC 2022-03-09T12:44:07.030Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c41e10c9-e7c3-4c17-b706-8601db58d5e9 ServiceName:vFW 2022-03-09 12-41-20 ServiceVersion:1.0 ServiceUUID:d56115b9-7bd1-4a1b-95f8-3ef81609c299 ServiceInvariantUUID:8ae1020e-8403-4968-8f72-641e82fa4828 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309124120-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar ArtifactUUID:5a178368-f9b0-477c-81ec-446e72dd4908 ArtifactChecksum:NGM3YjRhYTk0YzZkNTkzZjg0OGRiM2Q1M2I4ZTQ0ODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ddefcfab-0d22 0 ResourceCustomizationUUID:19bf78c7-308f-4148-b2b1-093b40159023 ResourceInvariantUUID:e9729003-8711-4d25-9a18-71b5efcf8842 ResourceName:vFW ddefcfab-0d22 ResourceType:VF ResourceUUID:14cf6783-d404-4133-8137-f09c50baced0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwddefcfab0d220_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json ArtifactUUID:cc3fff5b-591e-4d15-a68e-e8d1fb8ad585 ArtifactChecksum:Mjc0OWFmNzdmYWNlYzE2ZTgwZWYzYjk1ZjUzNDNmMjk= 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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml ArtifactUUID:0912dd50-bb0a-41ea-a8c0-12a49eb7299f 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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ArtifactUUID:0177411a-f4e4-449a-85b9-074a9b1b064e 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/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ArtifactUUID:0177411a-f4e4-449a-85b9-074a9b1b064e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T12:44:07.031Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d56115b9-7bd1-4a1b-95f8-3ef81609c299 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-09T12:44:07.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:44:07.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5a178368-f9b0-477c-81ec-446e72dd4908 from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:07.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:44:07.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:07.391Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:44:07.396Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 5a178368-f9b0-477c-81ec-446e72dd4908 98950 2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar ASDC sendASDCNotification 2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:44:07.397Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:07.399Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:07.400Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829847397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:07.500Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:07.501Z||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-09T12:44:07.501Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:07.515Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:07.516Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:08.400Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:44:08.402Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:44:08.402Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5a178368-f9b0-477c-81ec-446e72dd4908, URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar to file: /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:08.403Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309124120-csar.csar 2022-03-09T12:44:08.404Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:08.404Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:08.664Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15649095964466713941/Definitions/service-Vfw20220309124120-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_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 2022-03-09T12:44:11.211Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T12:44:11.212Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.213Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.214Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.215Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ddefcfab-0d22 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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-Vfw20220309124120-csar.csar 2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T12:44:11.216Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:11.217Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.218Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T12:44:11.219Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:44:11.220Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.220Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:11.221Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.222Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.223Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.224Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:44:11.225Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.226Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.227Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:11.228Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:11.228Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.229Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:11.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:11.231Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:44:11.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7000499-5353-405d-991e-5e91eb1800fe 2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.235Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:11.236Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ab41dee-9502-448c-9450-056291e59f13 2022-03-09T12:44:11.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:11.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:44:11.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:44:11.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T12:44:11.242Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e879b92-5fd2-4b61-a725-976c4431a70e 2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.243Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:11.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:11.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 12-41-20 Description:catalog service description Model UUID:d56115b9-7bd1-4a1b-95f8-3ef81609c299 Model Version:NULL Model InvariantUuid:8ae1020e-8403-4968-8f72-641e82fa4828 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ddefcfab-0d22 Model UUID:2a424e59-7b48-40df-843d-42f5ed82a292 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e9729003-8711-4d25-9a18-71b5efcf8842 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:19bf78c7-308f-4148-b2b1-093b40159023 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c4c035c-6a04-41dc-9b7e-d94f15114853 ModelName:VfwDdefcfab0d22..base_vfw..module-0 ModelUuid:ed8af8ca-a889-479e-acc2-5b5e068cf376 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7000499-5353-405d-991e-5e91eb1800fe ModelInvariantUuid:57116599-b40b-4371-bd69-ae62453ae583 ModelName:vFW ddefcfab-0d22-nodes.vfwCvfc ModelUuid:f28c68ab-10b7-4087-b852-4701ba91f451 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1bb71182-ed2d-4d07-80d8-e9a645aca878 ModelInvariantUuid:f1c0c7d6-bf79-45ee-8141-ff9531c8a390 ModelName:VfwDdefcfab0d22.compute.nodes.heat.vfw ModelUuid:a91015b8-621d-438b-88c0-f4e5badce180 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3ab41dee-9502-448c-9450-056291e59f13 ModelInvariantUuid:8d9266c4-80af-44d1-842f-affaeb0b1c43 ModelName:vFW ddefcfab-0d22-nodes.vsnCvfc ModelUuid:24f62a58-46f6-4e64-9819-f33359527e7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0ebda87b-aeb2-4d01-a83a-b6847519af23 ModelInvariantUuid:ad657885-c0dc-4c7c-8561-2f86a3f729c6 ModelName:VfwDdefcfab0d22.compute.nodes.heat.vsn ModelUuid:5041a8a9-4969-4086-ba4f-799fc77fa30f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0e879b92-5fd2-4b61-a725-976c4431a70e ModelInvariantUuid:c4716397-d461-4438-b986-7fd691a79cdc ModelName:vFW ddefcfab-0d22-nodes.vpgCvfc ModelUuid:ae00f213-12ae-4d9c-8278-0294443e2d98 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7ab17cf2-8861-47eb-9fb6-bc81a73505ee ModelInvariantUuid:9fa450a4-48cc-4e37-86cc-0de567d56ef1 ModelName:VfwDdefcfab0d22.compute.nodes.heat.vpg ModelUuid:b2e9896d-08a1-4bcc-bc4c-1e391ce7d256 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-09T12:44:11.253Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 14cf6783-d404-4133-8137-f09c50baced0 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-09T12:44:11.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||vFW ddefcfab-0d22 0 2022-03-09T12:44:11.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14cf6783-d404-4133-8137-f09c50baced0 2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc3fff5b-591e-4d15-a68e-e8d1fb8ad585 from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json 2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:44:11.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json 2022-03-09T12:44:11.491Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json cc3fff5b-591e-4d15-a68e-e8d1fb8ad585 785 2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json ASDC sendASDCNotification 2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json 2022-03-09T12:44:11.492Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:44:11.493Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:11.496Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:11.496Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829851492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:11.596Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:44:11.598Z||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-09T12:44:11.598Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:11.615Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:11.616Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:12.497Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDdefcfab0d22..base_vfw..module-0", "vfModuleModelInvariantUUID": "3c4c035c-6a04-41dc-9b7e-d94f15114853", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed8af8ca-a889-479e-acc2-5b5e068cf376", "vfModuleModelCustomizationUUID": "54b9f2bc-eac1-46b2-a13c-4c8042fa4245", "isBase": true, "artifacts": [ "0912dd50-bb0a-41ea-a8c0-12a49eb7299f", "0177411a-f4e4-449a-85b9-074a9b1b064e" ], "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-09T12:44:12.503Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDdefcfab0d22..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ed8af8ca-a889-479e-acc2-5b5e068cf376 VfModuleModelInvariantUUID:3c4c035c-6a04-41dc-9b7e-d94f15114853 VfModuleModelDescription:NULL Artifacts UUID List:{ 0912dd50-bb0a-41ea-a8c0-12a49eb7299f , 0177411a-f4e4-449a-85b9-074a9b1b064e } 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-09T12:44:12.506Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwDdefcfab0d22..base_vfw..module-0", "vfModuleModelInvariantUUID": "3c4c035c-6a04-41dc-9b7e-d94f15114853", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed8af8ca-a889-479e-acc2-5b5e068cf376", "vfModuleModelCustomizationUUID": "54b9f2bc-eac1-46b2-a13c-4c8042fa4245", "isBase": true, "artifacts": [ "0912dd50-bb0a-41ea-a8c0-12a49eb7299f", "0177411a-f4e4-449a-85b9-074a9b1b064e" ], "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-09T12:44:12.506Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwDdefcfab0d22..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ed8af8ca-a889-479e-acc2-5b5e068cf376 VfModuleModelInvariantUUID:3c4c035c-6a04-41dc-9b7e-d94f15114853 VfModuleModelDescription:NULL Artifacts UUID List:{ 0912dd50-bb0a-41ea-a8c0-12a49eb7299f , 0177411a-f4e4-449a-85b9-074a9b1b064e } 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-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0912dd50-bb0a-41ea-a8c0-12a49eb7299f from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 2022-03-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:44:12.507Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 2022-03-09T12:44:12.790Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:44:12.791Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 0912dd50-bb0a-41ea-a8c0-12a49eb7299f 20368 2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:44:12.792Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:12.794Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:12.794Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829852792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:12.895Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:12.896Z||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-09T12:44:12.896Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:12.909Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:12.910Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:13.795Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0177411a-f4e4-449a-85b9-074a9b1b064e from URL: /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 2022-03-09T12:44:13.796Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:44:13.797Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 2022-03-09T12:44:14.201Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 0177411a-f4e4-449a-85b9-074a9b1b064e 2098 2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T12:44:14.202Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 2022-03-09T12:44:14.203Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:44:14.203Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:14.207Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:14.207Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829854202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:14.306Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:44:14.308Z||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-09T12:44:14.308Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:14.326Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:14.326Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:44:15.208Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d56115b9-7bd1-4a1b-95f8-3ef81609c299 2022-03-09T12:44:15.209Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ddefcfab-0d22 0 14cf6783-d404-4133-8137-f09c50baced0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T12:44:15.230Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@675f6325, org.onap.sdc.toscaparser.api.parameters.Input@1c1e84aa, org.onap.sdc.toscaparser.api.parameters.Input@5a84fcc2, org.onap.sdc.toscaparser.api.parameters.Input@1ea0fa85, org.onap.sdc.toscaparser.api.parameters.Input@2fae43f] 2022-03-09T12:44:15.232Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.233Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 19bf78c7-308f-4148-b2b1-093b40159023 2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 19bf78c7-308f-4148-b2b1-093b40159023 matches Tosca VF Customization UUID: 19bf78c7-308f-4148-b2b1-093b40159023 2022-03-09T12:44:15.234Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 19bf78c7-308f-4148-b2b1-093b40159023 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-09T12:44:15.237Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.238Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 19bf78c7-308f-4148-b2b1-093b40159023: {\"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-09T12:44:15.239Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@edb3cc4 2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:44:15.240Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54b9f2bc-eac1-46b2-a13c-4c8042fa4245 2022-03-09T12:44:15.241Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54b9f2bc-eac1-46b2-a13c-4c8042fa4245 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-09T12:44:15.244Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.245Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.246Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:15.247Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.247Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:15.248Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.249Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.250Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d7000499-5353-405d-991e-5e91eb1800fe 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-09T12:44:15.255Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.256Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.257Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:15.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.258Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.259Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.260Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.261Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:44:15.262Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.262Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ab41dee-9502-448c-9450-056291e59f13 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-09T12:44:15.265Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.266Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.266Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:15.271Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.272Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is not matching search criteria 2022-03-09T12:44:15.272Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.273Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:44:15.274Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:44:15.275Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T12:44:15.276Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0e879b92-5fd2-4b61-a725-976c4431a70e 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-09T12:44:15.279Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.279Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.280Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Node template vFW ddefcfab-0d22 0 is matching search criteria 2022-03-09T12:44:15.281Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW ddefcfab-0d22 0] matching following query criteria: sdcType=VF, customizationUUID=19bf78c7-308f-4148-b2b1-093b40159023 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-09T12:44:15.283Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.283Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d56115b9-7bd1-4a1b-95f8-3ef81609c299: vFW ddefcfab-0d22 2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.284Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.285Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.286Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:44:15.287Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-41-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:44:15.287Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 12-41-20 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-09T12:44:15.543Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ddefcfab-0d22 14cf6783-d404-4133-8137-f09c50baced0 1 ASDC deployResourceStructure 2022-03-09T12:44:15.544Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json ASDC sendASDCNotification 2022-03-09T12:44:15.545Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json 2022-03-09T12:44:15.545Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:44:15.546Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:15.549Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:15.550Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829855544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:44:15.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:44:15.651Z||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-09T12:44:15.651Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:15.666Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:15.667Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:16.551Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T12:44:16.552Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml 2022-03-09T12:44:16.552Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:44:16.553Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:16.555Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:16.555Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829856551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:44:16.655Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:16.657Z||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-09T12:44:16.657Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:16.671Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:16.672Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:17.556Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env 2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:44:17.557Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:17.560Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:17.560Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829857556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T12:44:17.660Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:17.661Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T12:44:17.661Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:17.674Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:17.675Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:44:18.561Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar ASDC sendASDCNotification 2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar 2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:44:18.562Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:44:18.565Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:44:18.565Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829858561, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:44:18.665Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:44:18.666Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T12:44:18.666Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:18.680Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:18.680Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:44:19.566Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:44:19.577Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:44:19.584Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:44:19.585Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:44:19.585Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:44:49.591Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:44:49.603Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:44:49.606Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:44:49.606Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:44:49.607Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:44:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:44:59.358Z||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-09T12:44:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:44:59.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:44:59.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "391cefe8-6b36-4dc1-91e2-823d117cfeec", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829787641, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:44:59.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOTIFIED" } 2022-03-09T12:44:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.404Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.404Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.405Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.405Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.405Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.406Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.406Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.406Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.407Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.407Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:44:59.407Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.408Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.408Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.408Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.409Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.410Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.410Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.411Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.411Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.412Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.413Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.413Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T12:44:59.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.418Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:44:59.419Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829815960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:44:59.420Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.421Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.422Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "ves-openapi-manager", "timestamp": 1646829821236, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829821272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:44:59.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829829033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:59.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "dcae-sch", "timestamp": 1646829821862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.427Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829829430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:59.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829830624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:59.428Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.428Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829824223, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:44:59.429Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.429Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "cds", "timestamp": 1646829830440, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-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-09T12:44:59.437Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:44:59.437Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:44:59.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829831918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:59.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829832327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:44:59.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829832939, "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-09T12:44:59.460Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:44:59.461Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:44:59.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829833332, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOTIFIED" } 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "multicloud-k8s-id", "timestamp": 1646829833945, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:44:59.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:44:59.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "policy-id", "timestamp": 1646829834335, "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-09T12:44:59.481Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:44:59.481Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:44:59.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829831297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:44:59.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:44:59.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:44:59.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:19.607Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:45:19.622Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:45:19.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:45:49.626Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:45:49.639Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:45:49.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:45:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:45:59.358Z||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-09T12:45:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:45:59.884Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:45:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "NOTIFIED" } 2022-03-09T12:45:59.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:45:59.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829834997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:45:59.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.895Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829842866, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.897Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T12:45:59.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829843663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:45:59.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829838275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829839351, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829845672, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.902Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "clamp", "timestamp": 1646829846676, "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-09T12:45:59.911Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:45:59.911Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:45:59.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.922Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829846286, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829847397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829847088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.923Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829848093, "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-09T12:45:59.929Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:45:59.929Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:45:59.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829851492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829852792, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829854202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:45:59.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829855544, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/vfwddefcfab0d220_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829856551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.941Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829857556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/resourceInstances/vfwddefcfab0d220/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829856860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646829858561, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124120/1.0/artifacts/service-Vfw20220309124120-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:45:59.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:45:59.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:45:59.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "aai-ml", "timestamp": 1646829857865, "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-09T12:45:59.948Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c41e10c9-e7c3-4c17-b706-8601db58d5e9 2022-03-09T12:45:59.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:46:19.643Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:46:19.657Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:46:19.665Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T12:46:19.666Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.667Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.668Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:46:19.668Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-09T12:46:19.675Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T12:46:49.676Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 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-09T12:46:49.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c41e10c9-e7c3-4c17-b706-8601db58d5e9 and serviceModelVersionId: d56115b9-7bd1-4a1b-95f8-3ef81609c299 2022-03-09T12:46:49.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8ae1020e-8403-4968-8f72-641e82fa4828 2022-03-09T12:46:49.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0 2022-03-09T12:46:49.694Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T12:46:49.759Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|INFO|500||Invoke 2022-03-09T12:46:49.760Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7015bd33-2054-47ab-9983-0c7c3c301d02], X-ECOMP-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], X-TransactionId=[], X-ONAP-RequestID=[c41e10c9-e7c3-4c17-b706-8601db58d5e9], Content-Type=[application/merge-patch+json]} 2022-03-09T12:46:49.803Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T12:46:50.685Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?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/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-12:46:50:325-58164], vertex-id=[209080], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:46:50 GMT], Content-Type=[application/json]} 2022-03-09T12:46:50.686Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T12:46:50.687Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8ae1020e-8403-4968-8f72-641e82fa4828/model-vers/model-ver/d56115b9-7bd1-4a1b-95f8-3ef81609c299?depth=0|INFO|500||InvokeReturn 2022-03-09T12:46:50.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T12:46:50.688Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-09T12:46:50.697Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||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-09T12:46:50.697Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c41e10c9-e7c3-4c17-b706-8601db58d5e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T12:46:50.698Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T12:46:50.698Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:46:50.702Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:46:50.702Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830010698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:46:50.802Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:46:50.804Z||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-09T12:46:50.804Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:50.817Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:50.818Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T12:46:51.729Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:46:51.729Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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-09T12:46:51.730Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:56.078Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:56.079Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-09T12:46:56.079Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d55382b3-9820-4227-8074-56b6a2663c8a","serviceName":"vFW 2022-03-09 12-43-57","serviceVersion":"1.0","serviceUUID":"d029cf3d-3016-49af-b715-518c467dd7f9","serviceDescription":"catalog service description","serviceInvariantUUID":"b7601c27-6544-4bf5-8a3c-2bb6e43d139b","resources":[{"resourceInstanceName":"vFW 9ccae7d9-e3e7 0","resourceName":"vFW 9ccae7d9-e3e7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46d0128d-f33d-43bd-a5a7-293c6441f9a5","resourceInvariantUUID":"f4fec48c-aac0-4325-bdf6-2926602be138","resourceCustomizationUUID":"fe268cd6-bc28-4e66-8f68-53cfeb082344","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml","artifactChecksum":"NDFjMTE0NDNhZmVhYzEyYmNiYzMxMDkxNGZiOGQ1YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23ce4ce2-5941-4669-bfc7-fe3ecfba9f55","artifactVersion":"1"},{"artifactName":"vfw9ccae7d9e3e70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json","artifactChecksum":"OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2dd5d107-8f2a-4530-babf-f58d21cac26c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0dfbf2c7-9de5-42c0-9686-b96f7b213088","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml","artifactChecksum":"N2FiZDBlYjNiMGJjZjJhZWIxYjcxYjczMzUxNTI4NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5d2eb8ff-2cb5-4ea9-9d08-f899823a848a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"411a56fc-2a54-42ae-8058-1fb4963f8bd4","artifactVersion":"2","generatedFromUUID":"0dfbf2c7-9de5-42c0-9686-b96f7b213088"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309124357-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml","artifactChecksum":"NDUyMDM5OTRlMGI1MDE4YzI1ZGJjM2ZlNmNlZTgzNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0162944-6bf2-4deb-a10b-0ffa2064cc5b","artifactVersion":"1"},{"artifactName":"service-Vfw20220309124357-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar","artifactChecksum":"OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"691b018f-0493-4948-8888-68cedd8fd015","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T12:46:56.083Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:46:56.084Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:46:56.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:46:56.086Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:56.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:46:56.188Z||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-09T12:46:56.188Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:56.201Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:56.202Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:46:57.087Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:46:57.088Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:46:57.091Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:46:57.091Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOTIFIED" } 2022-03-09T12:46:57.191Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:46:57.192Z||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-09T12:46:57.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:57.211Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:57.212Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:46:58.092Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:46:58.093Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:46:58.095Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:46:58.095Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:46:58.195Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:46:58.196Z||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-09T12:46:58.196Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:58.209Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:58.209Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:46:59.096Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:46:59.097Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:46:59.099Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:46:59.099Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.200Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:46:59.203Z||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-09T12:46:59.203Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:59.217Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:59.217Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:46:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:46:59.358Z||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-09T12:46:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:46:59.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:46:59.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:46:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829958275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "ves-openapi-manager", "timestamp": 1646829961235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "dcae-sch", "timestamp": 1646829961862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829964222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829974634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829976074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829977078, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOTIFIED" } 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "policy-id", "timestamp": 1646829978081, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T12:47:00.025Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.025Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:00.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:47:00.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829971273, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829979649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.041Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T12:47:00.042Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "cds", "timestamp": 1646829980662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-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-09T12:47:00.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:00.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829975960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOTIFIED" } 2022-03-09T12:47:00.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829984218, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.066Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829985700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829987120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.071Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829988138, "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-09T12:47:00.082Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829981297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829987581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "multicloud-k8s-id", "timestamp": 1646829989145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "aai-ml", "timestamp": 1646829988585, "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-09T12:47:00.100Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:47:00.101Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:00.101Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.102Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a and ComponentName AAI 2022-03-09T12:47:00.103Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:00.103Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 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-09T12:47:00.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829984997, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:00.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829992864, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829996807, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:47:00.114Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646829997815, "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-09T12:47:00.121Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.121Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:00.129Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.129Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646829999699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.130Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.130Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646830001704, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:47:00.130Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.131Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.131Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "clamp", "timestamp": 1646830002708, "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-09T12:47:00.136Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d55382b3-9820-4227-8074-56b6a2663c8a 2022-03-09T12:47:00.136Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:00.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c41e10c9-e7c3-4c17-b706-8601db58d5e9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830010698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:47:00.146Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.146Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "NOTIFIED" } 2022-03-09T12:47:00.147Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.147Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-09T12:47:00.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:00.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:00.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:47:00.203Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:47:00.205Z||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-09T12:47:00.205Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:00.217Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:00.217Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:47:01.104Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:47:01.105Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:01.108Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:01.108Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:47:01.211Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-09T12:47:01.212Z||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-09T12:47:01.212Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:01.227Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:01.228Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:47:02.109Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:47:02.109Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:02.112Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:02.112Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:47:02.212Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:02.213Z||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-09T12:47:02.214Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:02.227Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:02.228Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:03.114Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "serviceName": "vFW 2022-03-09 12-43-57", "serviceVersion": "1.0", "serviceUUID": "d029cf3d-3016-49af-b715-518c467dd7f9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b7601c27-6544-4bf5-8a3c-2bb6e43d139b", "resources": [ { "resourceInstanceName": "vFW 9ccae7d9-e3e7 0", "resourceCustomizationUUID": "fe268cd6-bc28-4e66-8f68-53cfeb082344", "resourceName": "vFW 9ccae7d9-e3e7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "46d0128d-f33d-43bd-a5a7-293c6441f9a5", "resourceInvariantUUID": "f4fec48c-aac0-4325-bdf6-2926602be138", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9ccae7d9e3e70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "artifactChecksum": "OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2dd5d107-8f2a-4530-babf-f58d21cac26c", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0dfbf2c7-9de5-42c0-9686-b96f7b213088", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "411a56fc-2a54-42ae-8058-1fb4963f8bd4", "generatedFromUUID": "0dfbf2c7-9de5-42c0-9686-b96f7b213088" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "411a56fc-2a54-42ae-8058-1fb4963f8bd4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220309124357-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "artifactChecksum": "OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "691b018f-0493-4948-8888-68cedd8fd015" } ], "workloadContext": "Production" } 2022-03-09T12:47:03.115Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T12:47:03.115Z|c41e10c9-e7c3-4c17-b706-8601db58d5e9|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d029cf3d-3016-49af-b715-518c467dd7f9 ASDC 2022-03-09T12:47:03.116Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d55382b3-9820-4227-8074-56b6a2663c8a ServiceName:vFW 2022-03-09 12-43-57 ServiceVersion:1.0 ServiceUUID:d029cf3d-3016-49af-b715-518c467dd7f9 ServiceInvariantUUID:b7601c27-6544-4bf5-8a3c-2bb6e43d139b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220309124357-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar ArtifactUUID:691b018f-0493-4948-8888-68cedd8fd015 ArtifactChecksum:OWJkYzExNjFmODAwZjJkNTczMTNmYjBmNTJkZThkZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9ccae7d9-e3e7 0 ResourceCustomizationUUID:fe268cd6-bc28-4e66-8f68-53cfeb082344 ResourceInvariantUUID:f4fec48c-aac0-4325-bdf6-2926602be138 ResourceName:vFW 9ccae7d9-e3e7 ResourceType:VF ResourceUUID:46d0128d-f33d-43bd-a5a7-293c6441f9a5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9ccae7d9e3e70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json ArtifactUUID:2dd5d107-8f2a-4530-babf-f58d21cac26c ArtifactChecksum:OTA1M2YxMWI0NDdjNDY0NTE0MDdjYTk5Y2JhYzcxMjM= 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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml ArtifactUUID:0dfbf2c7-9de5-42c0-9686-b96f7b213088 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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env ArtifactUUID:411a56fc-2a54-42ae-8058-1fb4963f8bd4 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/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env ArtifactUUID:411a56fc-2a54-42ae-8058-1fb4963f8bd4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T12:47:03.117Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d029cf3d-3016-49af-b715-518c467dd7f9 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-09T12:47:03.154Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 691b018f-0493-4948-8888-68cedd8fd015 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:47:03.156Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:03.302Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 691b018f-0493-4948-8888-68cedd8fd015 98913 2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar ASDC sendASDCNotification 2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:03.307Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:47:03.308Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:03.310Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:03.310Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830023307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:03.410Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:03.411Z||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-09T12:47:03.411Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:03.423Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:03.424Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:04.311Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:47:04.312Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-09T12:47:04.312Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 691b018f-0493-4948-8888-68cedd8fd015, URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar to file: /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309124357-csar.csar 2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:04.313Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:04.576Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14761929016766128326/Definitions/service-Vfw20220309124357-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-09T12:47:06.678Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T12:47:06.679Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T12:47:06.679Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.680Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.681Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ccae7d9-e3e7 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-Vfw20220309124357-csar.csar 2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-09T12:47:06.682Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T12:47:06.683Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:06.684Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.685Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:47:06.686Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:47:06.687Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.688Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.689Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:06.690Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.691Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:06.692Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:47:06.693Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:47:06.694Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=312a0b29-18a0-43e7-8a33-d5a1d1ac449e 2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:06.695Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.696Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:47:06.697Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fafd0294-4951-48f4-980e-e83e40ccb08c 2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:06.698Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.699Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:47:06.700Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7cc9a88-9053-4e79-a466-92f21d4b7ae2 2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.701Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.702Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:06.703Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:06.703Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-09 12-43-57 Description:catalog service description Model UUID:d029cf3d-3016-49af-b715-518c467dd7f9 Model Version:NULL Model InvariantUuid:b7601c27-6544-4bf5-8a3c-2bb6e43d139b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9ccae7d9-e3e7 Model UUID:55816d07-43d3-4679-97ec-137f794c2ac5 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f4fec48c-aac0-4325-bdf6-2926602be138 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fe268cd6-bc28-4e66-8f68-53cfeb082344 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:614a8c1b-0bdf-4fe0-8c08-2563795026ca ModelName:Vfw9ccae7d9E3e7..base_vfw..module-0 ModelUuid:9e36d301-e745-4ddc-8edc-8270dcbdd51d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:312a0b29-18a0-43e7-8a33-d5a1d1ac449e ModelInvariantUuid:5eb1065d-7d4b-4c56-a315-6117aa906f28 ModelName:vFW 9ccae7d9-e3e7-nodes.vfwCvfc ModelUuid:52dc28ac-a0bd-457c-8355-340ee0929890 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:123ca8b2-2981-4474-9e7c-09cce9ae479a ModelInvariantUuid:0a7a9124-b366-40d5-afc5-b1eca9da72a1 ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vfw ModelUuid:09cc3012-a4c0-4cc6-971b-6495e66b2c74 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:fafd0294-4951-48f4-980e-e83e40ccb08c ModelInvariantUuid:76a0c3bf-d40f-4894-a8a9-d8ddb1806eba ModelName:vFW 9ccae7d9-e3e7-nodes.vsnCvfc ModelUuid:41124a54-8469-431f-b6e5-db48720e379f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:79336c12-7207-4499-a7a9-1bf8e76ab812 ModelInvariantUuid:d6fe67ad-4bc4-4c23-8dec-27dd14589725 ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vsn ModelUuid:1e9741c3-fd53-4498-84c3-1b8550cff5dc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e7cc9a88-9053-4e79-a466-92f21d4b7ae2 ModelInvariantUuid:1d1b5f38-74bc-41db-838b-f1ce346441aa ModelName:vFW 9ccae7d9-e3e7-nodes.vpgCvfc ModelUuid:c8d53362-8f5c-4e53-9f37-fc7c7cbeb47c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fa129808-8eb9-4819-a168-2b5f506a7932 ModelInvariantUuid:a67489a8-223c-4ec0-b56b-d10d921d1af1 ModelName:Vfw9ccae7d9E3e7.compute.nodes.heat.vpg ModelUuid:97fcdb42-7f8b-478c-98fa-7079236bca2c 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-09T12:47:06.709Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 46d0128d-f33d-43bd-a5a7-293c6441f9a5 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-09T12:47:06.711Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||vFW 9ccae7d9-e3e7 0 2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46d0128d-f33d-43bd-a5a7-293c6441f9a5 2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2dd5d107-8f2a-4530-babf-f58d21cac26c from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:47:06.712Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2022-03-09T12:47:06.985Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:47:06.985Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2dd5d107-8f2a-4530-babf-f58d21cac26c 785 2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json ASDC sendASDCNotification 2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:47:06.986Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:06.988Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:06.988Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830026986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:07.089Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:07.090Z||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-09T12:47:07.090Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:07.108Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:07.108Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:07.989Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9ccae7d9E3e7..base_vfw..module-0", "vfModuleModelInvariantUUID": "614a8c1b-0bdf-4fe0-8c08-2563795026ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e36d301-e745-4ddc-8edc-8270dcbdd51d", "vfModuleModelCustomizationUUID": "fa60bb97-652e-4fba-a4f9-8e43386a844c", "isBase": true, "artifacts": [ "0dfbf2c7-9de5-42c0-9686-b96f7b213088", "411a56fc-2a54-42ae-8058-1fb4963f8bd4" ], "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-09T12:47:07.993Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9ccae7d9E3e7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9e36d301-e745-4ddc-8edc-8270dcbdd51d VfModuleModelInvariantUUID:614a8c1b-0bdf-4fe0-8c08-2563795026ca VfModuleModelDescription:NULL Artifacts UUID List:{ 0dfbf2c7-9de5-42c0-9686-b96f7b213088 , 411a56fc-2a54-42ae-8058-1fb4963f8bd4 } 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-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9ccae7d9E3e7..base_vfw..module-0", "vfModuleModelInvariantUUID": "614a8c1b-0bdf-4fe0-8c08-2563795026ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e36d301-e745-4ddc-8edc-8270dcbdd51d", "vfModuleModelCustomizationUUID": "fa60bb97-652e-4fba-a4f9-8e43386a844c", "isBase": true, "artifacts": [ "0dfbf2c7-9de5-42c0-9686-b96f7b213088", "411a56fc-2a54-42ae-8058-1fb4963f8bd4" ], "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-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9ccae7d9E3e7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9e36d301-e745-4ddc-8edc-8270dcbdd51d VfModuleModelInvariantUUID:614a8c1b-0bdf-4fe0-8c08-2563795026ca VfModuleModelDescription:NULL Artifacts UUID List:{ 0dfbf2c7-9de5-42c0-9686-b96f7b213088 , 411a56fc-2a54-42ae-8058-1fb4963f8bd4 } 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-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0dfbf2c7-9de5-42c0-9686-b96f7b213088 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:47:07.995Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 2022-03-09T12:47:08.191Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 0dfbf2c7-9de5-42c0-9686-b96f7b213088 20368 2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 2022-03-09T12:47:08.192Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:47:08.193Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:08.194Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:08.195Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830028192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:08.295Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:08.296Z||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-09T12:47:08.296Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:08.308Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:08.308Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:09.195Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 411a56fc-2a54-42ae-8058-1fb4963f8bd4 from URL: /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 2022-03-09T12:47:09.196Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-09T12:47:09.196Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 2022-03-09T12:47:09.382Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 411a56fc-2a54-42ae-8058-1fb4963f8bd4 2098 2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:47:09.383Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:09.385Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:09.385Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830029383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:47:09.486Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T12:47:09.487Z||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-09T12:47:09.487Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:09.509Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:09.509Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:47:10.386Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d029cf3d-3016-49af-b715-518c467dd7f9 2022-03-09T12:47:10.387Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9ccae7d9-e3e7 0 46d0128d-f33d-43bd-a5a7-293c6441f9a5 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T12:47:10.402Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b3422d8, org.onap.sdc.toscaparser.api.parameters.Input@655448be, org.onap.sdc.toscaparser.api.parameters.Input@6b5a998f, org.onap.sdc.toscaparser.api.parameters.Input@2d06254b, org.onap.sdc.toscaparser.api.parameters.Input@78ee0d1] 2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-09T12:47:10.404Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= fe268cd6-bc28-4e66-8f68-53cfeb082344 2022-03-09T12:47:10.405Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe268cd6-bc28-4e66-8f68-53cfeb082344 matches Tosca VF Customization UUID: fe268cd6-bc28-4e66-8f68-53cfeb082344 2022-03-09T12:47:10.405Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: fe268cd6-bc28-4e66-8f68-53cfeb082344 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-09T12:47:10.407Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.407Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id fe268cd6-bc28-4e66-8f68-53cfeb082344: {\"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-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6341689b 2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.409Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T12:47:10.410Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa60bb97-652e-4fba-a4f9-8e43386a844c 2022-03-09T12:47:10.410Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa60bb97-652e-4fba-a4f9-8e43386a844c 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-09T12:47:10.413Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.413Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.414Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:10.415Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.416Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:47:10.417Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.418Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=312a0b29-18a0-43e7-8a33-d5a1d1ac449e 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-09T12:47:10.420Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.420Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.421Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:10.421Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.421Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.422Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-09T12:47:10.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.424Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fafd0294-4951-48f4-980e-e83e40ccb08c 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-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is not matching search criteria 2022-03-09T12:47:10.426Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.427Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-09T12:47:10.428Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e7cc9a88-9053-4e79-a466-92f21d4b7ae2 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-09T12:47:10.430Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.431Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.431Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T12:47:10.431Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.431Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Node template vFW 9ccae7d9-e3e7 0 is matching search criteria 2022-03-09T12:47:10.431Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 9ccae7d9-e3e7 0] matching following query criteria: sdcType=VF, customizationUUID=fe268cd6-bc28-4e66-8f68-53cfeb082344 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-09T12:47:10.433Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d029cf3d-3016-49af-b715-518c467dd7f9: vFW 9ccae7d9-e3e7 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:47:10.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 12-43-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:47:10.436Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 12-43-57 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-09T12:47:10.609Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9ccae7d9-e3e7 46d0128d-f33d-43bd-a5a7-293c6441f9a5 1 ASDC deployResourceStructure 2022-03-09T12:47:10.610Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json ASDC sendASDCNotification 2022-03-09T12:47:10.610Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json 2022-03-09T12:47:10.610Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:47:10.611Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:10.613Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:10.613Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830030610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:47:10.713Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:10.714Z||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-09T12:47:10.715Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:10.727Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:10.728Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:11.614Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-09T12:47:11.615Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml 2022-03-09T12:47:11.615Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:47:11.615Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:11.617Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:11.617Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830031614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:47:11.717Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:11.718Z||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-09T12:47:11.718Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:11.730Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:11.730Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:47:12.618Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-09T12:47:12.618Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env 2022-03-09T12:47:12.619Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:47:12.619Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:12.621Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:12.621Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830032618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T12:47:12.721Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:47:12.722Z||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-09T12:47:12.722Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:12.734Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:12.734Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:47:13.622Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar ASDC sendASDCNotification 2022-03-09T12:47:13.623Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar 2022-03-09T12:47:13.623Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:47:13.623Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:13.625Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:13.626Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830033622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:47:13.726Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:47:13.727Z||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-09T12:47:13.727Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:13.740Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:13.741Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:47:14.626Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d55382b3-9820-4227-8074-56b6a2663c8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:47:14.637Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:14.641Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:47:14.641Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T12:47:14.641Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T12:47:14.642Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T12:47:14.642Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.642Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.642Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.643Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.643Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.643Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:47:14.643Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-09T12:47:14.649Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T12:47:44.649Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d55382b3-9820-4227-8074-56b6a2663c8a 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-09T12:47:44.654Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d55382b3-9820-4227-8074-56b6a2663c8a and serviceModelVersionId: d029cf3d-3016-49af-b715-518c467dd7f9 2022-03-09T12:47:44.655Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7601c27-6544-4bf5-8a3c-2bb6e43d139b 2022-03-09T12:47:44.655Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?depth=0 2022-03-09T12:47:44.659Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T12:47:44.718Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?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-09T12:47:44.719Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?depth=0|INFO|500||Invoke 2022-03-09T12:47:44.743Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T12:47:44.845Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?depth=0|INFO|500||InvokeReturn 2022-03-09T12:47:44.846Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7601c27-6544-4bf5-8a3c-2bb6e43d139b/model-vers/model-ver/d029cf3d-3016-49af-b715-518c467dd7f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-12:47:45:266-81849], vertex-id=[200800], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:47:45 GMT], Content-Type=[application/json]} 2022-03-09T12:47:44.846Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T12:47:44.847Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T12:47:44.847Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-09T12:47:44.854Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||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-09T12:47:44.854Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d55382b3-9820-4227-8074-56b6a2663c8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T12:47:44.855Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T12:47:44.855Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:47:44.857Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:47:44.857Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830064854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:47:44.957Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:47:44.958Z||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-09T12:47:44.958Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:44.975Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:44.976Z||pool-50-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-09T12:47:45.871Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:47:45.872Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T12:47:45.872Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:55.423Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:55.424Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:47:55.425Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T12:47:55.425Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:47:59.358Z||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-09T12:47:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:47:59.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:47:59.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:47:59.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-09T12:47:59.482Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-09T12:48:04.991Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:48:04.992Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:48:04.992Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:48:04.992Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:48:14.543Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:48:59.350Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:48:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:48:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:48:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:48:59.357Z||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-09T12:48:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:48:59.877Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:48:59.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:48:59.879Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:48:59.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830011727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830023307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830026986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830028192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830029383, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830030610, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/vfw9ccae7d9e3e70_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830031614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.882Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830032618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/resourceInstances/vfw9ccae7d9e3e70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830033622, "artifactURL": "/sdc/v1/catalog/services/Vfw20220309124357/1.0/artifacts/service-Vfw20220309124357-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d55382b3-9820-4227-8074-56b6a2663c8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830064854, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:48:59.883Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:49:08.913Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:49:59.350Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:49:59.352Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:49:59.352Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:49:59.357Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:49:59.357Z||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-09T12:49:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:50:08.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:50:08.920Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:50:59.350Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:50:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:50:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:50:59.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:50:59.357Z||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-09T12:50:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:51:08.909Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:51:08.914Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:51:59.350Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:51:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:51:59.352Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:51:59.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:51:59.357Z||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-09T12:51:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:52:08.913Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:52:08.915Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:52:59.351Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:52:59.353Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T12:52:59.353Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:52:59.357Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:52:59.357Z||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-09T12:52:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:53:08.916Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:53:08.916Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:53:59.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:53:59.352Z||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-09T12:53:59.352Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:53:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:53:59.358Z||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-09T12:53:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:53:59.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:53:59.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "multicloud-k8s-id", "timestamp": 1646830435961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:53:59.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830434997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "clamp", "timestamp": 1646830431297, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:53:59.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c202c00e-82be-471d-8f75-01506d1816e1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3926297e-5cd0-4637-8f2e-9cbe90f7e03f","serviceDescription":"service","serviceInvariantUUID":"967df3a7-6829-49c1-9392-5c3727e065a2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f6b4ab08-a0f3-4558-b5fb-42d6b5dd6041","resourceInvariantUUID":"066de189-66fc-4732-8efb-7d2efaf2080c","resourceCustomizationUUID":"0afa6654-4a46-4848-965a-e2f206de2c55","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":"YWMxNmYwMGMzOTNlZDIyOGM3MDAwM2MzNjc2YjM0MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"101f1ed2-eed3-417c-88e4-e8fd178f7a22","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGExNDQ2NmQ3NDM1ZGUxMzRjYjg1MTM5NmJkN2JkN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ae026fca-0f64-41b6-8d8f-84d60fc3d14c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "cds", "timestamp": 1646830436275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "multicloud-k8s-id", "timestamp": 1646830435961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830434997, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "clamp", "timestamp": 1646830431297, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:53:59.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "cds", "timestamp": 1646830436275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:53:59.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:54:00.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:54:00.002Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:54:00.009Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:54:00.009Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830439350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:54:00.108Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:54:00.111Z||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-09T12:54:00.111Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:54:00.126Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:54:00.126Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:54:01.010Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:54:01.011Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:54:01.013Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:54:01.013Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830439350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:54:01.114Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:54:01.115Z||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-09T12:54:01.115Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:54:01.154Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:54:01.155Z||pool-52-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:54:02.015Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3926297e-5cd0-4637-8f2e-9cbe90f7e03f", "serviceDescription": "service", "serviceInvariantUUID": "967df3a7-6829-49c1-9392-5c3727e065a2", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "0afa6654-4a46-4848-965a-e2f206de2c55", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f6b4ab08-a0f3-4558-b5fb-42d6b5dd6041", "resourceInvariantUUID": "066de189-66fc-4732-8efb-7d2efaf2080c", "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": "NGExNDQ2NmQ3NDM1ZGUxMzRjYjg1MTM5NmJkN2JkN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ae026fca-0f64-41b6-8d8f-84d60fc3d14c" } ], "workloadContext": "Production" } 2022-03-09T12:54:02.015Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T12:54:02.015Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3926297e-5cd0-4637-8f2e-9cbe90f7e03f ASDC 2022-03-09T12:54:02.016Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c202c00e-82be-471d-8f75-01506d1816e1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3926297e-5cd0-4637-8f2e-9cbe90f7e03f ServiceInvariantUUID:967df3a7-6829-49c1-9392-5c3727e065a2 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:ae026fca-0f64-41b6-8d8f-84d60fc3d14c ArtifactChecksum:NGExNDQ2NmQ3NDM1ZGUxMzRjYjg1MTM5NmJkN2JkN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:0afa6654-4a46-4848-965a-e2f206de2c55 ResourceInvariantUUID:066de189-66fc-4732-8efb-7d2efaf2080c ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f6b4ab08-a0f3-4558-b5fb-42d6b5dd6041 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-09T12:54:02.016Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3926297e-5cd0-4637-8f2e-9cbe90f7e03f 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-09T12:54:02.081Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:54:02.082Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:54:02.083Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:54:02.083Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ae026fca-0f64-41b6-8d8f-84d60fc3d14c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T12:54:02.083Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T12:54:02.083Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-09T12:54:02.328Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T12:54:02.331Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ae026fca-0f64-41b6-8d8f-84d60fc3d14c 52483 2022-03-09T12:54:02.331Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:02.331Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:02.332Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:54:02.332Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:54:02.334Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:54:02.334Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830442331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:54:02.435Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:54:02.436Z||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-09T12:54:02.436Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:54:02.447Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:54:02.448Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:54:03.336Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:54:03.337Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:54:03.337Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ae026fca-0f64-41b6-8d8f-84d60fc3d14c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T12:54:03.338Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-09T12:54:03.338Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T12:54:03.338Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T12:54:03.571Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6618644627653898939/Definitions/service-BasicNetwork-template.yml 2022-03-09T12:54:04.294Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.295Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.296Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T12:54:04.297Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.297Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.297Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T12:54:04.298Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T12:54:04.298Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:54:04.298Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.298Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.298Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-09T12:54:04.299Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T12:54:04.299Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:54:04.299Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.300Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.300Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.300Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.301Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.301Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.301Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.301Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.301Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.302Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.302Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3926297e-5cd0-4637-8f2e-9cbe90f7e03f Model Version:NULL Model InvariantUuid:967df3a7-6829-49c1-9392-5c3727e065a2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:066de189-66fc-4732-8efb-7d2efaf2080c Model UUID:7a5c6692-10ec-4243-b27a-f47b4ad645fa Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:0afa6654-4a46-4848-965a-e2f206de2c55 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-09T12:54:04.309Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: f6b4ab08-a0f3-4558-b5fb-42d6b5dd6041 2022-03-09T12:54:04.309Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||No resources found for Service: 3926297e-5cd0-4637-8f2e-9cbe90f7e03f 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-09T12:54:04.325Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500|| 2022-03-09T12:54:04.326Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-09T12:54:04.327Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 3926297e-5cd0-4637-8f2e-9cbe90f7e03f 2022-03-09T12:54:04.327Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 3926297e-5cd0-4637-8f2e-9cbe90f7e03f 2022-03-09T12:54:04.328Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-09T12:54:04.328Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.336Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a04e55f, org.onap.sdc.toscaparser.api.parameters.Input@1add33fa, org.onap.sdc.toscaparser.api.parameters.Input@56520df6, org.onap.sdc.toscaparser.api.parameters.Input@5c65e430, org.onap.sdc.toscaparser.api.parameters.Input@196dcfe] 2022-03-09T12:54:04.338Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.338Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.339Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.339Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.339Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 3926297e-5cd0-4637-8f2e-9cbe90f7e03f: Generic NeutronNet 2022-03-09T12:54:04.340Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.340Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.340Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.340Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.384Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.384Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:54:04.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:54:04.386Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.436Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-09T12:54:04.436Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.437Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||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-09T12:54:04.437Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:54:04.437Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:54:04.439Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:54:04.439Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830444436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:54:04.539Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:54:04.540Z||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-09T12:54:04.540Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:54:04.555Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:54:04.555Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:54:05.442Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:54:05.454Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:54:05.457Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:54:05.458Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:54:05.458Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:54:35.459Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:54:35.470Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:54:35.472Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:54:35.473Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:54:35.473Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:54:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:54:59.358Z||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-09T12:54:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:54:59.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:54:59.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:54:59.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "aai-ml", "timestamp": 1646830438275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:54:59.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:05.473Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:55:05.489Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:05.492Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:55:05.492Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:55:05.492Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:55:35.492Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:55:35.503Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:35.509Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:55:35.509Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:55:35.509Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:55:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:55:59.358Z||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-09T12:55:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:55:59.393Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:55:59.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830439350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "cds", "timestamp": 1646830440333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.398Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830440381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "aai-ml", "timestamp": 1646830438275, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:55:59.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830439350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:55:59.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "cds", "timestamp": 1646830441343, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T12:55:59.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c202c00e-82be-471d-8f75-01506d1816e1 2022-03-09T12:55:59.414Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:59.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "ves-openapi-manager", "timestamp": 1646830441237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830442331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "aai-ml", "timestamp": 1646830441470, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830442076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:55:59.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "dcae-sch", "timestamp": 1646830441862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "ves-openapi-manager", "timestamp": 1646830441237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830443080, "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-09T12:55:59.436Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c202c00e-82be-471d-8f75-01506d1816e1 2022-03-09T12:55:59.436Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:59.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "dcae-sch", "timestamp": 1646830441862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "policy-id", "timestamp": 1646830444222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830444436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:55:59.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "clamp", "timestamp": 1646830444763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "policy-id", "timestamp": 1646830444222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "policy-id", "timestamp": 1646830447505, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "clamp", "timestamp": 1646830446774, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "policy-id", "timestamp": 1646830448511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "clamp", "timestamp": 1646830447779, "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-09T12:55:59.452Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c202c00e-82be-471d-8f75-01506d1816e1 2022-03-09T12:55:59.453Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:59.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "aai-ml", "timestamp": 1646830447668, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:55:59.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:55:59.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "policy-id", "timestamp": 1646830449515, "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-09T12:55:59.469Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c202c00e-82be-471d-8f75-01506d1816e1 2022-03-09T12:55:59.469Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:55:59.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:55:59.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "aai-ml", "timestamp": 1646830448672, "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-09T12:55:59.495Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c202c00e-82be-471d-8f75-01506d1816e1 2022-03-09T12:55:59.495Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:56:05.510Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:56:05.521Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:56:05.525Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:56:05.525Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T12:56:05.525Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T12:56:05.525Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:56:05.526Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T12:56:05.534Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T12:56:35.534Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c202c00e-82be-471d-8f75-01506d1816e1 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-09T12:56:35.540Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c202c00e-82be-471d-8f75-01506d1816e1 and serviceModelVersionId: 3926297e-5cd0-4637-8f2e-9cbe90f7e03f 2022-03-09T12:56:35.540Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 967df3a7-6829-49c1-9392-5c3727e065a2 2022-03-09T12:56:35.541Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?depth=0 2022-03-09T12:56:35.551Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T12:56:35.613Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?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-09T12:56:35.615Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?depth=0|INFO|500||Invoke 2022-03-09T12:56:35.647Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T12:56:36.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?depth=0|INFO|500||InvokeReturn 2022-03-09T12:56:36.385Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/967df3a7-6829-49c1-9392-5c3727e065a2/model-vers/model-ver/3926297e-5cd0-4637-8f2e-9cbe90f7e03f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-12:56:36:168-37236], vertex-id=[229560], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:56:36 GMT], Content-Type=[application/json]} 2022-03-09T12:56:36.386Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T12:56:36.386Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T12:56:36.386Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T12:56:36.392Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T12:56:36.392Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c202c00e-82be-471d-8f75-01506d1816e1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T12:56:36.392Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T12:56:36.392Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:36.398Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:36.398Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830596392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:56:36.495Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-09T12:56:36.496Z||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-09T12:56:36.496Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:36.511Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:36.512Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T12:56:37.423Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:56:37.425Z|c202c00e-82be-471d-8f75-01506d1816e1|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-09T12:56:37.426Z|c202c00e-82be-471d-8f75-01506d1816e1|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:41.819Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:41.820Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T12:56:41.820Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"02915ddd-0b4a-407d-8407-8cbea55f61ab","serviceName":"Demo_pNF_h0ehkOnsxQSWzIvop7E7","serviceVersion":"1.0","serviceUUID":"4ffb6f83-0589-4d19-acb3-f82a87f27e21","serviceDescription":"catalog service description","serviceInvariantUUID":"84703d44-2bd0-41c4-84fa-7f1fb6e74d4d","resources":[{"resourceInstanceName":"pNF acf3d320-28dc 0","resourceName":"pNF acf3d320-28dc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4536aa64-8201-4db0-8b45-36b37ab3efed","resourceInvariantUUID":"b0d71f96-b2a9-4fa2-859a-4bc5244c7ef8","resourceCustomizationUUID":"bd734506-896a-4c2f-88a6-464c73a61793","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml","artifactChecksum":"OWMwZDA3NzY1MzQyMTZiNDJkMzRlZGZlMTk5MzM2N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5bef1fd6-ab6b-43b2-81c8-b3732e85996c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar","artifactChecksum":"NTkzNTdhN2RkMmYzN2ZkMmMyZTEwZWYxZDdhNDIyZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62aec08e-c7f3-4513-8072-50f899660a77","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08120027-b26c-4231-a431-b3d4b5817b12","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml","artifactChecksum":"MjU4MjMwMWU3YjE3YzVhZThjZGY5YTNhMGE3ODlhMjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b2fe68c3-4116-41f5-97d9-c0595214f801","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19a77acf-3542-42ec-8a42-3580f841e935","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77f6ed77-4b7d-4492-8d2f-06ff4440b55f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH0ehkonsxqswzivop7e7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml","artifactChecksum":"NjFiMzgxNWI3OTI2NGMxODFlMzc0ZTY1YjkzNTMzODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"360135d0-e7cb-4173-a620-5dc411c4faf8","artifactVersion":"1"},{"artifactName":"service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar","artifactChecksum":"YTY3NjEwNDk3NmY4MmNlMTQzYjkzZDBmZTRmMjY2YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"608f3645-0f2d-461f-8d13-375d5d9be2dc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T12:56:41.822Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:41.823Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:41.825Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:41.826Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:41.927Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T12:56:41.928Z||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-09T12:56:41.928Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:41.942Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:41.943Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:56:42.826Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:42.827Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:42.829Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:42.829Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:42.929Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:42.931Z||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-09T12:56:42.931Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:42.942Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:42.943Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:56:43.830Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:43.831Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:43.833Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:43.833Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:43.934Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:43.935Z||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-09T12:56:43.936Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:43.954Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:43.955Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:44.834Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:44.835Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:44.837Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:44.837Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:44.937Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:44.938Z||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-09T12:56:44.938Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:44.955Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:44.956Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:45.837Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:45.838Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:45.840Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:45.841Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:45.941Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:45.942Z||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-09T12:56:45.942Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:45.972Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:45.973Z||pool-60-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:46.843Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:46.844Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:46.846Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:46.846Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:46.947Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T12:56:46.948Z||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-09T12:56:46.948Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:46.961Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:46.962Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:47.847Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:47.848Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:47.849Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:47.849Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:47.950Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:47.951Z||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-09T12:56:47.951Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:47.970Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:47.971Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:56:48.850Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T12:56:48.851Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:48.853Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:48.853Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:56:48.953Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:56:48.955Z||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-09T12:56:48.955Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:48.971Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:48.972Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:49.854Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "serviceName": "Demo_pNF_h0ehkOnsxQSWzIvop7E7", "serviceVersion": "1.0", "serviceUUID": "4ffb6f83-0589-4d19-acb3-f82a87f27e21", "serviceDescription": "catalog service description", "serviceInvariantUUID": "84703d44-2bd0-41c4-84fa-7f1fb6e74d4d", "resources": [ { "resourceInstanceName": "pNF acf3d320-28dc 0", "resourceCustomizationUUID": "bd734506-896a-4c2f-88a6-464c73a61793", "resourceName": "pNF acf3d320-28dc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4536aa64-8201-4db0-8b45-36b37ab3efed", "resourceInvariantUUID": "b0d71f96-b2a9-4fa2-859a-4bc5244c7ef8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "artifactChecksum": "YTY3NjEwNDk3NmY4MmNlMTQzYjkzZDBmZTRmMjY2YTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "608f3645-0f2d-461f-8d13-375d5d9be2dc" } ], "workloadContext": "Production" } 2022-03-09T12:56:49.855Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T12:56:49.855Z|c202c00e-82be-471d-8f75-01506d1816e1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ffb6f83-0589-4d19-acb3-f82a87f27e21 ASDC 2022-03-09T12:56:49.855Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:02915ddd-0b4a-407d-8407-8cbea55f61ab ServiceName:Demo_pNF_h0ehkOnsxQSWzIvop7E7 ServiceVersion:1.0 ServiceUUID:4ffb6f83-0589-4d19-acb3-f82a87f27e21 ServiceInvariantUUID:84703d44-2bd0-41c4-84fa-7f1fb6e74d4d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar ArtifactUUID:608f3645-0f2d-461f-8d13-375d5d9be2dc ArtifactChecksum:YTY3NjEwNDk3NmY4MmNlMTQzYjkzZDBmZTRmMjY2YTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF acf3d320-28dc 0 ResourceCustomizationUUID:bd734506-896a-4c2f-88a6-464c73a61793 ResourceInvariantUUID:b0d71f96-b2a9-4fa2-859a-4bc5244c7ef8 ResourceName:pNF acf3d320-28dc ResourceType:PNF ResourceUUID:4536aa64-8201-4db0-8b45-36b37ab3efed ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T12:56:49.855Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ffb6f83-0589-4d19-acb3-f82a87f27e21 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-09T12:56:49.884Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:56:49.884Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:56:49.884Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:56:49.885Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 608f3645-0f2d-461f-8d13-375d5d9be2dc from URL: /sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:49.885Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T12:56:49.885Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:50.610Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T12:56:50.617Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 608f3645-0f2d-461f-8d13-375d5d9be2dc 82629 2022-03-09T12:56:50.617Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar ASDC sendASDCNotification 2022-03-09T12:56:50.617Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:50.618Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T12:56:50.618Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:50.624Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:50.624Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830610617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:56:50.723Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T12:56:50.724Z||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-09T12:56:50.724Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:50.761Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:50.761Z||pool-64-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-03-09T12:56:51.624Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T12:56:51.625Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T12:56:51.625Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 608f3645-0f2d-461f-8d13-375d5d9be2dc, URL: /sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar to file: /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:51.625Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:51.626Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:51.626Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:51.741Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6843370289984615375/Definitions/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml 2022-03-09T12:56:52.696Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T12:56:52.697Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T12:56:52.697Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.697Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF acf3d320-28dc 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-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.698Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.699Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.699Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T12:56:52.699Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.699Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.700Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Node template pNF acf3d320-28dc 0 is matching search criteria 2022-03-09T12:56:52.700Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T12:56:52.700Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF acf3d320-28dc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:56:52.700Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.701Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.701Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Node template pNF acf3d320-28dc 0 is matching search criteria 2022-03-09T12:56:52.701Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T12:56:52.701Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF acf3d320-28dc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T12:56:52.701Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.702Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.702Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.702Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.702Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.702Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.703Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.703Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.703Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.703Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.704Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_h0ehkOnsxQSWzIvop7E7 Description:catalog service description Model UUID:4ffb6f83-0589-4d19-acb3-f82a87f27e21 Model Version:NULL Model InvariantUuid:84703d44-2bd0-41c4-84fa-7f1fb6e74d4d 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-09T12:56:52.709Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4536aa64-8201-4db0-8b45-36b37ab3efed 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-09T12:56:52.713Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||pNF acf3d320-28dc 0 2022-03-09T12:56:52.713Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4536aa64-8201-4db0-8b45-36b37ab3efed 2022-03-09T12:56:52.714Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4ffb6f83-0589-4d19-acb3-f82a87f27e21 2022-03-09T12:56:52.714Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4ffb6f83-0589-4d19-acb3-f82a87f27e21 2022-03-09T12:56:52.714Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF acf3d320-28dc 0 4536aa64-8201-4db0-8b45-36b37ab3efed 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-09T12:56:52.719Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b90b1c2, org.onap.sdc.toscaparser.api.parameters.Input@12bee570, org.onap.sdc.toscaparser.api.parameters.Input@13a7df5d, org.onap.sdc.toscaparser.api.parameters.Input@3f6e3874, org.onap.sdc.toscaparser.api.parameters.Input@14e80fa] 2022-03-09T12:56:52.719Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.720Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.720Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4ffb6f83-0589-4d19-acb3-f82a87f27e21: pNF acf3d320-28dc 2022-03-09T12:56:52.720Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Processing PNF resource: 4536aa64-8201-4db0-8b45-36b37ab3efed 2022-03-09T12:56:52.720Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T12:56:52.721Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_h0ehkOnsxQSWzIvop7E7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T12:56:52.721Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||Resource customization UUID: bd734506-896a-4c2f-88a6-464c73a61793 is the same as notified resource customizationUUID: bd734506-896a-4c2f-88a6-464c73a61793 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-09T12:56:52.788Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF acf3d320-28dc 4536aa64-8201-4db0-8b45-36b37ab3efed 0 ASDC deployResourceStructure 2022-03-09T12:56:52.789Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar ASDC sendASDCNotification 2022-03-09T12:56:52.789Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar 2022-03-09T12:56:52.790Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T12:56:52.790Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:56:52.793Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:56:52.794Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830612789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:56:52.898Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-09T12:56:52.899Z||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-09T12:56:52.899Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:52.912Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:52.913Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T12:56:53.794Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:56:53.827Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:56:53.830Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:56:53.830Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:56:53.830Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:56:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:56:59.358Z||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-09T12:56:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:56:59.386Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:56:59.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "multicloud-k8s-id", "timestamp": 1646830535960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830541235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830541272, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:56:59.404Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "dcae-sch", "timestamp": 1646830541862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830550646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:56:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830550731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830544222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "cds", "timestamp": 1646830551755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-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-09T12:56:59.447Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:56:59.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:56:59.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830551962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830553439, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:56:59.461Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:56:59.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "ves-openapi-manager", "timestamp": 1646830552968, "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-09T12:56:59.466Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:56:59.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:56:59.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830554444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "policy-id", "timestamp": 1646830555447, "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-09T12:56:59.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:56:59.482Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:56:59.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:56:59.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:56:59.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:56:59.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:57:23.831Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:57:23.842Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:57:23.847Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:57:23.847Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:57:23.847Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:57:53.847Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:57:53.860Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:57:53.863Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:57:53.863Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:57:53.863Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:57:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:57:59.358Z||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-09T12:57:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:57:59.395Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:57:59.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:57:59.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830551297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:57:59.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:23.863Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:58:23.874Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:58:23.878Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:58:23.878Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:58:23.878Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:58:53.879Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:58:53.891Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:58:53.895Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:58:53.895Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T12:58:53.895Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T12:58:59.357Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:58:59.358Z||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-09T12:58:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:58:59.403Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:58:59.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.407Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830554997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830564389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830566381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:58:59.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830558275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830566789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830567385, "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-09T12:58:59.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:58:59.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:58:59.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830567246, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:58:59.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830567808, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:58:59.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "clamp", "timestamp": 1646830568813, "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-09T12:58:59.552Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:58:59.552Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:58:59.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830572737, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:58:59.563Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "aai-ml", "timestamp": 1646830573743, "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-09T12:58:59.568Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02915ddd-0b4a-407d-8407-8cbea55f61ab 2022-03-09T12:58:59.569Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:58:59.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.577Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c202c00e-82be-471d-8f75-01506d1816e1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830596392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:58:59.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.579Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.579Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.580Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.580Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.580Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.581Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.581Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.581Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/resourceInstances/pnfacf3d32028dc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.584Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830597423, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:58:59.585Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830610617, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:58:59.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830612789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfH0ehkonsxqswzivop7e7/1.0/artifacts/service-DemoPnfH0ehkonsxqswzivop7e7-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:58:59.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:58:59.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:58:59.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:58:59.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T12:58:59.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:58:59.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T12:58:59.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:58:59.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-09T12:58:59.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830604222, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:58:59.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:23.896Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:59:23.932Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:59:23.939Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T12:59:23.939Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T12:59:23.939Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T12:59:23.939Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T12:59:23.939Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T12:59:23.940Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T12:59:23.954Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T12:59:53.954Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab 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-09T12:59:53.966Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02915ddd-0b4a-407d-8407-8cbea55f61ab and serviceModelVersionId: 4ffb6f83-0589-4d19-acb3-f82a87f27e21 2022-03-09T12:59:53.966Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84703d44-2bd0-41c4-84fa-7f1fb6e74d4d 2022-03-09T12:59:53.968Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?depth=0 2022-03-09T12:59:53.983Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T12:59:54.077Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?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-09T12:59:54.079Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?depth=0|INFO|500||Invoke 2022-03-09T12:59:54.156Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T12:59:54.910Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?depth=0|INFO|500||InvokeReturn 2022-03-09T12:59:54.916Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84703d44-2bd0-41c4-84fa-7f1fb6e74d4d/model-vers/model-ver/4ffb6f83-0589-4d19-acb3-f82a87f27e21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-12:59:54:681-32571], vertex-id=[225456], Content-Length=[0], Date=[Wed, 09 Mar 2022 12:59:54 GMT], Content-Type=[application/json]} 2022-03-09T12:59:54.917Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T12:59:54.918Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T12:59:54.918Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T12:59:54.928Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T12:59:54.929Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02915ddd-0b4a-407d-8407-8cbea55f61ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T12:59:54.929Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T12:59:54.929Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T12:59:54.933Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T12:59:54.933Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830794929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T12:59:55.033Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T12:59:55.034Z||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-09T12:59:55.035Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:59:55.052Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:59:55.053Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T12:59:55.946Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:59:55.947Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|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-09T12:59:55.947Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:59:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T12:59:59.358Z||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-09T12:59:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T12:59:59.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T12:59:59.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830611297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830622121, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-09T12:59:59.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830623126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830614997, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830615960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "policy-id", "timestamp": 1646830624128, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T12:59:59.412Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.413Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T12:59:59.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830623808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830616273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830624240, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830625295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830624814, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830625854, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830626904, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830618275, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T12:59:59.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "cds", "timestamp": 1646830626879, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-09T12:59:59.440Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.440Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T12:59:59.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830626876, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830628305, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830627346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830627880, "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-09T12:59:59.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T12:59:59.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.463Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830629322, "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-09T12:59:59.468Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.468Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T12:59:59.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "ves-openapi-manager", "timestamp": 1646830621235, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830621862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "multicloud-k8s-id", "timestamp": 1646830630326, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830632259, "artifactURL": "/sdc/v1/catalog/services/ab84a9f5-fff6-4411-85de-2f53ecd8559a/resourceInstances/basicclamp0/artifacts/3abb92f9-fd37-4455-8bac-950467850f81", "status": "DOWNLOAD_OK" } 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830633629, "artifactURL": "/sdc/v1/catalog/services/ab84a9f5-fff6-4411-85de-2f53ecd8559a/resourceInstances/basicclamp0/artifacts/3abb92f9-fd37-4455-8bac-950467850f81", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "dcae-sch", "timestamp": 1646830634634, "artifactURL": "/sdc/v1/catalog/services/ab84a9f5-fff6-4411-85de-2f53ecd8559a/resourceInstances/basicclamp0/artifacts/3abb92f9-fd37-4455-8bac-950467850f81", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T12:59:59.481Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.481Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a and ComponentName service-change-handler 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-09T12:59:59.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830636889, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830637892, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830638079, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T12:59:59.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T12:59:59.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "clamp", "timestamp": 1646830638896, "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-09T12:59:59.497Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.498Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T12:59:59.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T12:59:59.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "aai-ml", "timestamp": 1646830639083, "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-09T12:59:59.518Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00ac060a-863c-4a1c-9459-6975c3fe6e5a 2022-03-09T12:59:59.518Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T13:00:00.445Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:00.446Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T13:00:00.447Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"00ac060a-863c-4a1c-9459-6975c3fe6e5a","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"ab84a9f5-fff6-4411-85de-2f53ecd8559a","serviceDescription":"service","serviceInvariantUUID":"8483e358-3924-40ca-8e92-4e97b7be94cf","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70e3f5de-96b5-4ebe-b574-9ddcfbc72428","resourceInvariantUUID":"12a3c274-df61-4f0f-8b7e-91a2dbfb7a9b","resourceCustomizationUUID":"87ad777e-1bfc-491b-a41c-a0466be0d9fd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3abb92f9-fd37-4455-8bac-950467850f81","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MDI3MTg1MzZlYjRiZDZjODQzNjgzMGI2NTczMTEwMzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"906f7730-0ded-40a9-a803-41f6cfbb0dc6","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NGJmZTUyYmYxYTMwMzgwMTk5NWRiMzNhMjM5ODdkM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56827994-dae3-4956-ba63-3e4a72866dac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6221e2a7-ca4d-49fc-ab89-b9f287a515ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bccc3bab-49a2-4bb6-8ece-8983244f31bc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"722ed7e9-c3f0-493e-9d13-3f5727b43077","artifactVersion":"2","generatedFromUUID":"6221e2a7-ca4d-49fc-ab89-b9f287a515ed"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NmQ5NDc5ZDJiZTliZDUwMjJhOTBhYWZiYTg4ZTc1N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c23e0b9e-f4b0-404a-af02-5ace9d885500","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZjBhOGZkMDQ0OTljNTc4NDBhMGQxZDJjZDYyMTA1Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37163b90-7bce-469e-bed8-25f231c8f758","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:00:00.449Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:00.450Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:00.452Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:00.452Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:00.552Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:00.554Z||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-09T13:00:00.554Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:00.566Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:00.567Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:01.453Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:01.454Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:01.456Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:01.456Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:01.556Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:01.558Z||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-09T13:00:01.558Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:01.578Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:01.579Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:02.457Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:02.457Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:02.460Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:02.460Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:02.560Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:02.561Z||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-09T13:00:02.561Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:02.573Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:02.574Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:03.460Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:03.462Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:03.464Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:03.464Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:03.565Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:03.566Z||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-09T13:00:03.566Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:03.586Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:03.587Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:04.465Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:04.466Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:04.468Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:04.468Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:04.568Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:04.569Z||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-09T13:00:04.569Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:04.596Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:04.597Z||pool-71-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:05.468Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:05.469Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:05.472Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:05.472Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T13:00:05.572Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:05.573Z||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-09T13:00:05.573Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:05.593Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:05.594Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:06.473Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:06.476Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:06.479Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:06.479Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:06.579Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:06.580Z||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-09T13:00:06.580Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:06.598Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:06.599Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:07.480Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:07.481Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:07.483Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:07.483Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:07.583Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:07.585Z||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-09T13:00:07.585Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:07.611Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:07.612Z||pool-74-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:08.485Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "ab84a9f5-fff6-4411-85de-2f53ecd8559a", "serviceDescription": "service", "serviceInvariantUUID": "8483e358-3924-40ca-8e92-4e97b7be94cf", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "87ad777e-1bfc-491b-a41c-a0466be0d9fd", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "70e3f5de-96b5-4ebe-b574-9ddcfbc72428", "resourceInvariantUUID": "12a3c274-df61-4f0f-8b7e-91a2dbfb7a9b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NGJmZTUyYmYxYTMwMzgwMTk5NWRiMzNhMjM5ODdkM2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56827994-dae3-4956-ba63-3e4a72866dac", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6221e2a7-ca4d-49fc-ab89-b9f287a515ed", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "722ed7e9-c3f0-493e-9d13-3f5727b43077", "generatedFromUUID": "6221e2a7-ca4d-49fc-ab89-b9f287a515ed" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "722ed7e9-c3f0-493e-9d13-3f5727b43077", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZjBhOGZkMDQ0OTljNTc4NDBhMGQxZDJjZDYyMTA1Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37163b90-7bce-469e-bed8-25f231c8f758" } ], "workloadContext": "Production" } 2022-03-09T13:00:08.485Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:00:08.485Z|02915ddd-0b4a-407d-8407-8cbea55f61ab|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab84a9f5-fff6-4411-85de-2f53ecd8559a ASDC 2022-03-09T13:00:08.486Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:00ac060a-863c-4a1c-9459-6975c3fe6e5a ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:ab84a9f5-fff6-4411-85de-2f53ecd8559a ServiceInvariantUUID:8483e358-3924-40ca-8e92-4e97b7be94cf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:37163b90-7bce-469e-bed8-25f231c8f758 ArtifactChecksum:ZjBhOGZkMDQ0OTljNTc4NDBhMGQxZDJjZDYyMTA1Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:87ad777e-1bfc-491b-a41c-a0466be0d9fd ResourceInvariantUUID:12a3c274-df61-4f0f-8b7e-91a2dbfb7a9b ResourceName:basicclamp ResourceType:VF ResourceUUID:70e3f5de-96b5-4ebe-b574-9ddcfbc72428 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:56827994-dae3-4956-ba63-3e4a72866dac ArtifactChecksum:NGJmZTUyYmYxYTMwMzgwMTk5NWRiMzNhMjM5ODdkM2U= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:6221e2a7-ca4d-49fc-ab89-b9f287a515ed 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:722ed7e9-c3f0-493e-9d13-3f5727b43077 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:722ed7e9-c3f0-493e-9d13-3f5727b43077 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T13:00:08.486Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab84a9f5-fff6-4411-85de-2f53ecd8559a 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-09T13:00:08.530Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:00:08.531Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:00:08.532Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:00:08.532Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 37163b90-7bce-469e-bed8-25f231c8f758 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T13:00:08.532Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:00:08.532Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T13:00:09.291Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:00:09.295Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 37163b90-7bce-469e-bed8-25f231c8f758 73646 2022-03-09T13:00:09.295Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-09T13:00:09.295Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T13:00:09.295Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:00:09.295Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:09.297Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:09.297Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830809295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:09.398Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:09.398Z||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-09T13:00:09.399Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:09.414Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:09.415Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:10.298Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:00:10.300Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:00:10.300Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 37163b90-7bce-469e-bed8-25f231c8f758, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:10.301Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-09T13:00:10.301Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:10.301Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:10.477Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14727261470604090810/Definitions/service-Basicclamp-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-09T13:00:11.860Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:00:11.861Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:00:11.861Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.861Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T13:00:11.861Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-03-09T13:00:11.862Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.862Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.862Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.862Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.863Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.863Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.863Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.863Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-09T13:00:11.864Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:00:11.864Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.864Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.865Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:11.865Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:00:11.865Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:00:11.865Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.866Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.866Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:11.866Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:00:11.866Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:00:11.866Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.867Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.867Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.867Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T13:00:11.867Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-09T13:00:11.868Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-09T13:00:11.868Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-09T13:00:11.868Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T13:00:11.868Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T13:00:11.869Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.869Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:00:11.869Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.870Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:11.870Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:11.870Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.870Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:11.871Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:11.871Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.871Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:11.871Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:11.872Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.872Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T13:00:11.872Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T13:00:11.872Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T13:00:11.872Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df5aea88-0000-457c-b6cf-714c08a56ed1 2022-03-09T13:00:11.873Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.873Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.873Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.873Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.874Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.874Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.874Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:11.874Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:11.874Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:ab84a9f5-fff6-4411-85de-2f53ecd8559a Model Version:NULL Model InvariantUuid:8483e358-3924-40ca-8e92-4e97b7be94cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:46386521-416b-4bdb-8299-7bc16f374049 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:12a3c274-df61-4f0f-8b7e-91a2dbfb7a9b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:87ad777e-1bfc-491b-a41c-a0466be0d9fd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4b18b959-41df-4209-97bb-0c4c48d55f8b ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4bf72a18-2ec1-4d1a-bf25-994514943938 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:df5aea88-0000-457c-b6cf-714c08a56ed1 ModelInvariantUuid:5d9bee4f-9834-4d68-8da0-e3ef75142316 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:11321624-8797-45ca-afc1-593ad358ef0e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:d869be6a-421a-471b-980a-0aedea99489f ModelInvariantUuid:51f6049c-32e1-4a14-a7ad-6b7da9190558 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:7fe3b3ef-5fa5-4907-bcb3-5fbb1a25b4ea 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-09T13:00:11.880Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 70e3f5de-96b5-4ebe-b574-9ddcfbc72428 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-09T13:00:11.884Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-03-09T13:00:11.884Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 70e3f5de-96b5-4ebe-b574-9ddcfbc72428 2022-03-09T13:00:11.884Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 56827994-dae3-4956-ba63-3e4a72866dac from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T13:00:11.885Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:00:11.885Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T13:00:12.002Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:00:12.002Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 56827994-dae3-4956-ba63-3e4a72866dac 790 2022-03-09T13:00:12.003Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-09T13:00:12.004Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T13:00:12.004Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:00:12.004Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:12.006Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:12.006Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830812003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:12.106Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:12.108Z||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-09T13:00:12.108Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:12.122Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:12.122Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:13.007Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4b18b959-41df-4209-97bb-0c4c48d55f8b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4bf72a18-2ec1-4d1a-bf25-994514943938", "vfModuleModelCustomizationUUID": "330f6ddd-203c-4801-8a32-a4b45fafac62", "isBase": true, "artifacts": [ "6221e2a7-ca4d-49fc-ab89-b9f287a515ed", "722ed7e9-c3f0-493e-9d13-3f5727b43077" ], "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-09T13:00:13.012Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4bf72a18-2ec1-4d1a-bf25-994514943938 VfModuleModelInvariantUUID:4b18b959-41df-4209-97bb-0c4c48d55f8b VfModuleModelDescription:NULL Artifacts UUID List:{ 6221e2a7-ca4d-49fc-ab89-b9f287a515ed , 722ed7e9-c3f0-493e-9d13-3f5727b43077 } 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-09T13:00:13.014Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4b18b959-41df-4209-97bb-0c4c48d55f8b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4bf72a18-2ec1-4d1a-bf25-994514943938", "vfModuleModelCustomizationUUID": "330f6ddd-203c-4801-8a32-a4b45fafac62", "isBase": true, "artifacts": [ "6221e2a7-ca4d-49fc-ab89-b9f287a515ed", "722ed7e9-c3f0-493e-9d13-3f5727b43077" ], "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-09T13:00:13.014Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4bf72a18-2ec1-4d1a-bf25-994514943938 VfModuleModelInvariantUUID:4b18b959-41df-4209-97bb-0c4c48d55f8b VfModuleModelDescription:NULL Artifacts UUID List:{ 6221e2a7-ca4d-49fc-ab89-b9f287a515ed , 722ed7e9-c3f0-493e-9d13-3f5727b43077 } 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-09T13:00:13.015Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6221e2a7-ca4d-49fc-ab89-b9f287a515ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T13:00:13.015Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:00:13.015Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T13:00:13.069Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:00:13.070Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6221e2a7-ca4d-49fc-ab89-b9f287a515ed 5033 2022-03-09T13:00:13.071Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T13:00:13.071Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T13:00:13.071Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:00:13.071Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:13.074Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:13.074Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830813071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:13.174Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:13.175Z||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-09T13:00:13.175Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:13.188Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:13.189Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:14.075Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 722ed7e9-c3f0-493e-9d13-3f5727b43077 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T13:00:14.075Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:00:14.076Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T13:00:14.188Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:00:14.189Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 722ed7e9-c3f0-493e-9d13-3f5727b43077 909 2022-03-09T13:00:14.189Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T13:00:14.189Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T13:00:14.189Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:00:14.190Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:14.194Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:14.197Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830814189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:14.293Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-09T13:00:14.294Z||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-09T13:00:14.295Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:14.308Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:14.309Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:15.201Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ab84a9f5-fff6-4411-85de-2f53ecd8559a 2022-03-09T13:00:15.201Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 70e3f5de-96b5-4ebe-b574-9ddcfbc72428 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:00:15.214Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b13e38c, org.onap.sdc.toscaparser.api.parameters.Input@6a8cc337, org.onap.sdc.toscaparser.api.parameters.Input@495a691f, org.onap.sdc.toscaparser.api.parameters.Input@19b5819f, org.onap.sdc.toscaparser.api.parameters.Input@4dee0ea6] 2022-03-09T13:00:15.216Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.217Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.217Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-09T13:00:15.217Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 87ad777e-1bfc-491b-a41c-a0466be0d9fd 2022-03-09T13:00:15.218Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 87ad777e-1bfc-491b-a41c-a0466be0d9fd matches Tosca VF Customization UUID: 87ad777e-1bfc-491b-a41c-a0466be0d9fd 2022-03-09T13:00:15.218Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 87ad777e-1bfc-491b-a41c-a0466be0d9fd 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-09T13:00:15.221Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.221Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.222Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 87ad777e-1bfc-491b-a41c-a0466be0d9fd: {\"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-09T13:00:15.222Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ef3a97e 2022-03-09T13:00:15.222Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.223Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:00:15.223Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 330f6ddd-203c-4801-8a32-a4b45fafac62 2022-03-09T13:00:15.223Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 330f6ddd-203c-4801-8a32-a4b45fafac62 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-09T13:00:15.226Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.226Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:15.227Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:15.227Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.228Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:15.228Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:15.229Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.229Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-09T13:00:15.229Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-09T13:00:15.229Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-09T13:00:15.230Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=df5aea88-0000-457c-b6cf-714c08a56ed1 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-09T13:00:15.233Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.233Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:15.234Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:00:15.234Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.235Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-09T13:00:15.235Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=87ad777e-1bfc-491b-a41c-a0466be0d9fd 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-09T13:00:15.238Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.238Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.238Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ab84a9f5-fff6-4411-85de-2f53ecd8559a: basicclamp 2022-03-09T13:00:15.238Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.239Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.239Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.239Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.240Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.240Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.240Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.240Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.241Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:00:15.241Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:00:15.241Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 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-09T13:00:15.346Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 70e3f5de-96b5-4ebe-b574-9ddcfbc72428 1 ASDC deployResourceStructure 2022-03-09T13:00:15.346Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-09T13:00:15.347Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-09T13:00:15.347Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:00:15.347Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:15.350Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:15.350Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830815346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:00:15.450Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:15.451Z||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-09T13:00:15.451Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:15.462Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:15.463Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:16.351Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-09T13:00:16.351Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-09T13:00:16.351Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:00:16.352Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:16.354Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:16.354Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830816350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:00:16.454Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:16.455Z||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-09T13:00:16.455Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:16.468Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:16.468Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:17.355Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-09T13:00:17.355Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-09T13:00:17.355Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:00:17.356Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:17.358Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:17.358Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830817355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T13:00:17.458Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:00:17.460Z||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-09T13:00:17.460Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:17.481Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:17.481Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:18.359Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-09T13:00:18.360Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-09T13:00:18.360Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:00:18.360Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:18.362Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:18.362Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830818359, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:18.462Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:18.463Z||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-09T13:00:18.463Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:18.482Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:18.482Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:19.363Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00ac060a-863c-4a1c-9459-6975c3fe6e5a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:00:19.373Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T13:00:19.375Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:00:19.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:00:19.381Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:00:49.382Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00ac060a-863c-4a1c-9459-6975c3fe6e5a 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-09T13:00:49.390Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00ac060a-863c-4a1c-9459-6975c3fe6e5a and serviceModelVersionId: ab84a9f5-fff6-4411-85de-2f53ecd8559a 2022-03-09T13:00:49.391Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8483e358-3924-40ca-8e92-4e97b7be94cf 2022-03-09T13:00:49.392Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?depth=0 2022-03-09T13:00:49.398Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:00:49.474Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?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-09T13:00:49.476Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?depth=0|INFO|500||Invoke 2022-03-09T13:00:49.506Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:00:50.312Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?depth=0|INFO|500||InvokeReturn 2022-03-09T13:00:50.312Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8483e358-3924-40ca-8e92-4e97b7be94cf/model-vers/model-ver/ab84a9f5-fff6-4411-85de-2f53ecd8559a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-13:00:50:026-15695], vertex-id=[204816], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:00:50 GMT], Content-Type=[application/json]} 2022-03-09T13:00:50.313Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:00:50.314Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:00:50.314Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:00:50.320Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:00:50.320Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00ac060a-863c-4a1c-9459-6975c3fe6e5a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:00:50.321Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:00:50.321Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:50.323Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:50.323Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830850321, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:00:50.424Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:00:50.425Z||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-09T13:00:50.425Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:50.443Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:50.444Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T13:00:51.343Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T13:00:51.344Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0434a89c-98a8-496f-a3c8-c548d7f0d9ff","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0bf8d3ce-77b0-4128-bf39-3fed574eec0a","serviceDescription":"service","serviceInvariantUUID":"56689fbc-16f6-442e-bc5a-4f4725cadee7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dc65ceae-6428-4efa-b759-cb3e5987e22b","resourceInvariantUUID":"83bd10ba-4653-4b5f-b412-add2709fa4ad","resourceCustomizationUUID":"ebb8406e-680f-4532-af39-0f536ab4a5dc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTcyNWJkMDgyMTBlMTQwZWVhZGIzODRmMTI3ODNkN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9ebba86-898a-4d24-bcbf-a1f05e4a803a","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ZmM3Yjk3NTIwYzYyODUyNjMwNDg3ZTNkMzgwNDlkZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"08beeaf8-014e-40cc-bf10-96f6968344ce","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28b87465-f126-4b2d-bec9-630ea88c5878","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c69119a8-e00f-4a38-9f47-8078a1aae052","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a582b6de-3927-4975-a2c9-98379db8e8f2","artifactVersion":"2","generatedFromUUID":"28b87465-f126-4b2d-bec9-630ea88c5878"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDMwNTZiYzcwYzFiN2VlNmJjNTRlZGQ5YWI2MWNhODE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ab24930b-2220-46f7-9037-f6bd0f7e564e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"ZWMyYmM4OGI3MzI3Y2JhZjMzNmZkYzQ3ZjkyYjQ0NWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb15414c-29bf-4b6c-a3d6-21b4f7868cb6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDc3ODFmYmYzNTQ2ZjczYTdhNzYzOTgwOTU1MDczNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"190faf3a-f20a-46bd-9d49-d17b7cfdb65d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:00:51.345Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:51.345Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:51.347Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:51.347Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:51.447Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:51.449Z||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-09T13:00:51.449Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:51.462Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:51.463Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:52.348Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:52.349Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:52.351Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:52.351Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:52.451Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:52.452Z||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-09T13:00:52.452Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:52.465Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:52.465Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:53.352Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:53.352Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:53.354Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:53.354Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:53.455Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T13:00:53.456Z||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-09T13:00:53.456Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:53.470Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:53.471Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:54.355Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:54.356Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:54.358Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:54.358Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:54.459Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:54.460Z||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-09T13:00:54.460Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:54.475Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:54.476Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:55.359Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:55.360Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:55.362Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:55.362Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T13:00:55.462Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:55.463Z||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-09T13:00:55.463Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:55.475Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:55.476Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:56.363Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:56.364Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:56.366Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:56.366Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:56.467Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:56.468Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:00:56.468Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:56.481Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:56.483Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:57.367Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:57.368Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:57.370Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:57.370Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:57.470Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:00:57.471Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:00:57.471Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:57.482Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:57.483Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:00:58.371Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:00:58.372Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:00:58.374Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:00:58.374Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:58.475Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-09T13:00:58.477Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:00:58.477Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:58.490Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:00:58.490Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:00:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:00:59.358Z||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-09T13:00:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:00:59.375Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0bf8d3ce-77b0-4128-bf39-3fed574eec0a", "serviceDescription": "service", "serviceInvariantUUID": "56689fbc-16f6-442e-bc5a-4f4725cadee7", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ebb8406e-680f-4532-af39-0f536ab4a5dc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dc65ceae-6428-4efa-b759-cb3e5987e22b", "resourceInvariantUUID": "83bd10ba-4653-4b5f-b412-add2709fa4ad", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ZmM3Yjk3NTIwYzYyODUyNjMwNDg3ZTNkMzgwNDlkZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "08beeaf8-014e-40cc-bf10-96f6968344ce", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "28b87465-f126-4b2d-bec9-630ea88c5878", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a582b6de-3927-4975-a2c9-98379db8e8f2", "generatedFromUUID": "28b87465-f126-4b2d-bec9-630ea88c5878" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a582b6de-3927-4975-a2c9-98379db8e8f2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDc3ODFmYmYzNTQ2ZjczYTdhNzYzOTgwOTU1MDczNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "190faf3a-f20a-46bd-9d49-d17b7cfdb65d" } ], "workloadContext": "Production" } 2022-03-09T13:00:59.375Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:00:59.376Z|00ac060a-863c-4a1c-9459-6975c3fe6e5a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0bf8d3ce-77b0-4128-bf39-3fed574eec0a ASDC 2022-03-09T13:00:59.376Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:0434a89c-98a8-496f-a3c8-c548d7f0d9ff ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0bf8d3ce-77b0-4128-bf39-3fed574eec0a ServiceInvariantUUID:56689fbc-16f6-442e-bc5a-4f4725cadee7 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:190faf3a-f20a-46bd-9d49-d17b7cfdb65d ArtifactChecksum:NDc3ODFmYmYzNTQ2ZjczYTdhNzYzOTgwOTU1MDczNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ebb8406e-680f-4532-af39-0f536ab4a5dc ResourceInvariantUUID:83bd10ba-4653-4b5f-b412-add2709fa4ad ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:dc65ceae-6428-4efa-b759-cb3e5987e22b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:08beeaf8-014e-40cc-bf10-96f6968344ce ArtifactChecksum:ZmM3Yjk3NTIwYzYyODUyNjMwNDg3ZTNkMzgwNDlkZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:28b87465-f126-4b2d-bec9-630ea88c5878 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a582b6de-3927-4975-a2c9-98379db8e8f2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a582b6de-3927-4975-a2c9-98379db8e8f2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T13:00:59.376Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0bf8d3ce-77b0-4128-bf39-3fed574eec0a ASDC treatNotification 2022-03-09T13:00:59.378Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 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=? 2022-03-09T13:00:59.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T13:00:59.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T13:00:59.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.441Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.441Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:00:59.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.442Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:00:59.442Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 190faf3a-f20a-46bd-9d49-d17b7cfdb65d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T13:00:59.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.442Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:00:59.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.442Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T13:00:59.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:59.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830671297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830674997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830675960, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830676272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830678275, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830687248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830687914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830687941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830688902, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "ves-openapi-manager", "timestamp": 1646830681235, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "dcae-sch", "timestamp": 1646830681862, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830690216, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830691349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830690503, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "cds", "timestamp": 1646830690887, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:00:59.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830684222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830692365, "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-09T13:00:59.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830691507, "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-09T13:00:59.516Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.516Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830693211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.529Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "multicloud-k8s-id", "timestamp": 1646830693375, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830692819, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.530Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830694215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "policy-id", "timestamp": 1646830695218, "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-09T13:00:59.540Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830695126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.550Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "aai-ml", "timestamp": 1646830696131, "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-09T13:00:59.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830696824, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "clamp", "timestamp": 1646830697829, "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-09T13:00:59.586Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 2022-03-09T13:00:59.586Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:00:59.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T13:00:59.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830701297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830695960, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "ves-openapi-manager", "timestamp": 1646830701235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "dcae-sch", "timestamp": 1646830701862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830704222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830713998, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830714333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830704997, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830715338, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.628Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830715794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830706272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830715336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "policy-id", "timestamp": 1646830716341, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T13:00:59.643Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.644Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.664Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830717319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830716601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830718513, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "cds", "timestamp": 1646830717608, "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-09T13:00:59.676Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.676Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830717823, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.688Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830719562, "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-09T13:00:59.693Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.693Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830718160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830718827, "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-09T13:00:59.705Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.705Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "multicloud-k8s-id", "timestamp": 1646830720570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830719825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830721833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "clamp", "timestamp": 1646830722836, "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-09T13:00:59.744Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.744Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830725168, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "aai-ml", "timestamp": 1646830726172, "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-09T13:00:59.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 2022-03-09T13:00:59.770Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:00:59.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.793Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.794Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "multicloud-k8s-id", "timestamp": 1646830721575, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830724222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830721235, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830721272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "dcae-sch", "timestamp": 1646830721862, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830736134, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830737018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830736318, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:00:59.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830738022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830737371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:00:59.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:00:59.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "cds", "timestamp": 1646830737415, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T13:00:59.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:00:59.833Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:00:59.844Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.845Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "policy-id", "timestamp": 1646830739025, "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-09T13:00:59.851Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:00:59.851Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:00:59.867Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.867Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "ves-openapi-manager", "timestamp": 1646830738377, "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-09T13:00:59.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:00:59.873Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:00:59.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:00:59.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:00:59.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:00.335Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:00.341Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 190faf3a-f20a-46bd-9d49-d17b7cfdb65d 78777 2022-03-09T13:01:00.341Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-09T13:01:00.341Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T13:01:00.342Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:00.342Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:00.345Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:00.345Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830860341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:00.445Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:00.446Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:00.446Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:00.459Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:00.460Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:01.346Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:01:01.347Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:01:01.347Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 190faf3a-f20a-46bd-9d49-d17b7cfdb65d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:01.347Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-09T13:01:01.348Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:01.348Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:01.490Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11883788026478213101/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-09T13:01:02.781Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:01:02.781Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.782Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.783Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.783Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-09T13:01:02.783Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:01:02.792Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.792Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.792Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:02.792Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:01:02.793Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:01:02.793Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.793Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.793Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:02.793Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:01:02.794Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:01:02.794Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.794Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.794Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.794Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T13:01:02.795Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-09T13:01:02.795Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-09T13:01:02.795Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-09T13:01:02.795Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T13:01:02.795Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T13:01:02.796Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.796Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:01:02.796Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.796Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:02.797Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:02.797Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.797Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:02.798Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:02.798Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.798Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:02.798Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:02.798Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.799Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T13:01:02.799Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T13:01:02.799Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T13:01:02.799Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a9b3dcb-3bb5-47e9-9ff9-6633e79b49cf 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.800Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.801Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:02.801Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:02.801Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0bf8d3ce-77b0-4128-bf39-3fed574eec0a Model Version:NULL Model InvariantUuid:56689fbc-16f6-442e-bc5a-4f4725cadee7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:547e4709-439b-4a39-ba61-f60c0835c3b4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:83bd10ba-4653-4b5f-b412-add2709fa4ad Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ebb8406e-680f-4532-af39-0f536ab4a5dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0859f114-358a-4d6c-9db3-580da6641dbf ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7b45bd14-6d9d-4fce-bc9c-55440c105f5f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a9b3dcb-3bb5-47e9-9ff9-6633e79b49cf ModelInvariantUuid:07e44abb-67ef-4128-822f-c5c7a012498f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c4927293-166e-49b2-a20f-e3cd3557bb2e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ebe22319-1597-4554-bfea-33218014f29f ModelInvariantUuid:1da237e4-05fa-4090-845c-05bc00cd0481 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:29fcee42-1844-40a9-973f-3e9800c1e28e 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-09T13:01:02.807Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dc65ceae-6428-4efa-b759-cb3e5987e22b 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-09T13:01:02.810Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-03-09T13:01:02.811Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dc65ceae-6428-4efa-b759-cb3e5987e22b 2022-03-09T13:01:02.811Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 08beeaf8-014e-40cc-bf10-96f6968344ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T13:01:02.811Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:02.811Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T13:01:03.726Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:03.727Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 08beeaf8-014e-40cc-bf10-96f6968344ce 792 2022-03-09T13:01:03.727Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-09T13:01:03.727Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T13:01:03.727Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:03.727Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:03.729Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:03.729Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830863727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:03.829Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:03.830Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:03.831Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:03.844Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:03.844Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:04.730Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0859f114-358a-4d6c-9db3-580da6641dbf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b45bd14-6d9d-4fce-bc9c-55440c105f5f", "vfModuleModelCustomizationUUID": "7a8e76c2-d68c-4594-a557-8d505186ce82", "isBase": true, "artifacts": [ "28b87465-f126-4b2d-bec9-630ea88c5878", "a582b6de-3927-4975-a2c9-98379db8e8f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-09T13:01:04.736Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b45bd14-6d9d-4fce-bc9c-55440c105f5f VfModuleModelInvariantUUID:0859f114-358a-4d6c-9db3-580da6641dbf VfModuleModelDescription:NULL Artifacts UUID List:{ 28b87465-f126-4b2d-bec9-630ea88c5878 , a582b6de-3927-4975-a2c9-98379db8e8f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-09T13:01:04.738Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0859f114-358a-4d6c-9db3-580da6641dbf", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7b45bd14-6d9d-4fce-bc9c-55440c105f5f", "vfModuleModelCustomizationUUID": "7a8e76c2-d68c-4594-a557-8d505186ce82", "isBase": true, "artifacts": [ "28b87465-f126-4b2d-bec9-630ea88c5878", "a582b6de-3927-4975-a2c9-98379db8e8f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-09T13:01:04.739Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7b45bd14-6d9d-4fce-bc9c-55440c105f5f VfModuleModelInvariantUUID:0859f114-358a-4d6c-9db3-580da6641dbf VfModuleModelDescription:NULL Artifacts UUID List:{ 28b87465-f126-4b2d-bec9-630ea88c5878 , a582b6de-3927-4975-a2c9-98379db8e8f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-09T13:01:04.739Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 28b87465-f126-4b2d-bec9-630ea88c5878 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T13:01:04.739Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:04.739Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T13:01:05.896Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:05.896Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 28b87465-f126-4b2d-bec9-630ea88c5878 5033 2022-03-09T13:01:05.896Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-09T13:01:05.897Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T13:01:05.897Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:05.897Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:05.899Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:05.899Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830865896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:05.999Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:06.000Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:06.000Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:06.014Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:06.015Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:01:06.900Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a582b6de-3927-4975-a2c9-98379db8e8f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T13:01:06.900Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:06.900Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T13:01:07.195Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:07.195Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a582b6de-3927-4975-a2c9-98379db8e8f2 903 2022-03-09T13:01:07.195Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-09T13:01:07.195Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T13:01:07.196Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:07.196Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:07.198Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:07.198Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830867195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:07.298Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:07.299Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:07.299Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:07.311Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:07.311Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:08.199Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0bf8d3ce-77b0-4128-bf39-3fed574eec0a 2022-03-09T13:01:08.199Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dc65ceae-6428-4efa-b759-cb3e5987e22b 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-09T13:01:08.216Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@171e9e7e, org.onap.sdc.toscaparser.api.parameters.Input@36f8dd2d, org.onap.sdc.toscaparser.api.parameters.Input@508b8cc0, org.onap.sdc.toscaparser.api.parameters.Input@4864de26, org.onap.sdc.toscaparser.api.parameters.Input@2b6a443a] 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ebb8406e-680f-4532-af39-0f536ab4a5dc 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ebb8406e-680f-4532-af39-0f536ab4a5dc matches Tosca VF Customization UUID: ebb8406e-680f-4532-af39-0f536ab4a5dc 2022-03-09T13:01:08.218Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ebb8406e-680f-4532-af39-0f536ab4a5dc 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-09T13:01:08.221Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.221Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.221Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ebb8406e-680f-4532-af39-0f536ab4a5dc: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-09T13:01:08.221Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3991eec7 2022-03-09T13:01:08.222Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.222Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:01:08.222Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7a8e76c2-d68c-4594-a557-8d505186ce82 2022-03-09T13:01:08.222Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7a8e76c2-d68c-4594-a557-8d505186ce82 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-09T13:01:08.224Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.224Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:08.224Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-09T13:01:08.225Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-09T13:01:08.226Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-09T13:01:08.226Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0a9b3dcb-3bb5-47e9-9ff9-6633e79b49cf 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-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-09T13:01:08.228Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ebb8406e-680f-4532-af39-0f536ab4a5dc 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-09T13:01:08.230Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.230Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.230Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0bf8d3ce-77b0-4128-bf39-3fed574eec0a: basic_vm_macro 2022-03-09T13:01:08.230Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.230Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.231Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:08.232Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:08.232Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-09T13:01:08.318Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dc65ceae-6428-4efa-b759-cb3e5987e22b 1 ASDC deployResourceStructure 2022-03-09T13:01:08.319Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-09T13:01:08.319Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-09T13:01:08.319Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:01:08.319Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:08.321Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:08.321Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830868319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:01:08.422Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:01:08.423Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:08.423Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:08.435Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:08.436Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:09.323Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-09T13:01:09.323Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-09T13:01:09.323Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:01:09.324Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:09.326Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:09.326Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830869323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:01:09.426Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:09.427Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:09.427Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:09.439Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:09.439Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:10.327Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-09T13:01:10.327Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-09T13:01:10.328Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:01:10.328Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:10.329Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:10.329Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830870327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T13:01:10.430Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:10.431Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:10.431Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:10.444Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:10.444Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:11.331Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-09T13:01:11.331Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-09T13:01:11.331Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:01:11.331Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:11.334Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:11.334Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830871330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:01:11.434Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:11.435Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:11.436Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:11.450Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:11.451Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:12.335Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0434a89c-98a8-496f-a3c8-c548d7f0d9ff Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:01:12.347Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.350Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:01:12.351Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:01:12.355Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:01:42.355Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0434a89c-98a8-496f-a3c8-c548d7f0d9ff 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-09T13:01:42.362Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0434a89c-98a8-496f-a3c8-c548d7f0d9ff and serviceModelVersionId: 0bf8d3ce-77b0-4128-bf39-3fed574eec0a 2022-03-09T13:01:42.363Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56689fbc-16f6-442e-bc5a-4f4725cadee7 2022-03-09T13:01:42.364Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?depth=0 2022-03-09T13:01:42.368Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:01:42.411Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?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-09T13:01:42.416Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?depth=0|INFO|500||Invoke 2022-03-09T13:01:42.443Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:01:42.702Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?depth=0|INFO|500||InvokeReturn 2022-03-09T13:01:42.704Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56689fbc-16f6-442e-bc5a-4f4725cadee7/model-vers/model-ver/0bf8d3ce-77b0-4128-bf39-3fed574eec0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-13:01:42:966-27629], vertex-id=[278712], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:01:42 GMT], Content-Type=[application/json]} 2022-03-09T13:01:42.704Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:01:42.705Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:01:42.705Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:01:42.710Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:01:42.711Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0434a89c-98a8-496f-a3c8-c548d7f0d9ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:01:42.711Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:01:42.711Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:42.714Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:42.714Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830902711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:01:42.814Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:42.815Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:42.815Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:42.831Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:42.832Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T13:01:43.729Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T13:01:43.729Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e","serviceDescription":"service","serviceInvariantUUID":"4b2fef39-55a4-41ff-9fb5-7a1d749c1b25","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cfeccb85-7606-4ab5-b1ad-539cc84357a6","resourceInvariantUUID":"6ffbc40f-3c5d-4893-b1f8-3c8b43f19fe7","resourceCustomizationUUID":"f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2","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":"Y2MzYmYxYTliOTI4YTQ3MDk3MTEwZWE2OGNhNzIyNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"320e6924-078d-40c1-a682-e45a81df7509","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":"a6190902-1210-454d-9cf5-ed19e4e51c1b","artifactVersion":"2","generatedFromUUID":"97a6a594-cf64-4975-b648-f4f3deafe4d2"},{"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":"97a6a594-cf64-4975-b648-f4f3deafe4d2","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":"MjJkMDkwYTgwMjFlZWVmNThmYzFjYzBmMGVkYWU0NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6d89610b-7491-457f-875c-01a3dba4908e","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":"eb858308-0dea-4a0f-9a16-cc010d04ced7","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":"1ec1be19-3c62-41f4-b8c0-c06f1619833b","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":"3f066411-add5-4592-a63a-3f108325a3db","artifactVersion":"2","generatedFromUUID":"eb858308-0dea-4a0f-9a16-cc010d04ced7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2NkZGIwNTU4NjIzOTYwOTI1MWQ2MTQxMGJkYzM4ZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de54fc86-7229-447f-b0b4-b5a5a648aea6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzZmYWJkMmU0NmNlN2FjZmE3Y2FhZWQ2ZjE4ZjA4YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b3b8ae5-9615-4fea-bdae-c414accd1880","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:01:43.730Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:43.730Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:43.732Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:43.732Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:43.832Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:43.833Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:43.833Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:43.845Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:43.846Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:01:44.732Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:44.734Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:44.740Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:44.740Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T13:01:44.842Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-09T13:01:44.843Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:44.844Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:44.860Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:44.861Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:45.741Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:45.741Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:45.744Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:45.744Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T13:01:45.844Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:45.845Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:45.845Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:45.860Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:45.861Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:46.744Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:46.745Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:46.747Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:46.748Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:01:46.848Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:46.849Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:46.850Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:46.870Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:46.871Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:47.748Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:47.749Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:47.750Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:47.750Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T13:01:47.851Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:47.852Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:47.852Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:47.866Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:47.867Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:01:48.751Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:48.752Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:48.756Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:48.757Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:48.857Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:48.858Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:48.858Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:48.869Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:48.870Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:49.757Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:49.758Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:49.762Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:49.762Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T13:01:49.862Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:49.863Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:49.863Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:49.874Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:49.875Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:50.764Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:50.764Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:50.767Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:50.767Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:50.867Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:50.868Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:50.868Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:50.879Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:50.880Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:51.767Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:01:51.768Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:51.770Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:51.770Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:01:51.870Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:51.871Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:51.871Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:51.885Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:51.885Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:52.771Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e", "serviceDescription": "service", "serviceInvariantUUID": "4b2fef39-55a4-41ff-9fb5-7a1d749c1b25", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cfeccb85-7606-4ab5-b1ad-539cc84357a6", "resourceInvariantUUID": "6ffbc40f-3c5d-4893-b1f8-3c8b43f19fe7", "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": "a6190902-1210-454d-9cf5-ed19e4e51c1b", "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": "97a6a594-cf64-4975-b648-f4f3deafe4d2", "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": "MjJkMDkwYTgwMjFlZWVmNThmYzFjYzBmMGVkYWU0NWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d89610b-7491-457f-875c-01a3dba4908e", "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": "eb858308-0dea-4a0f-9a16-cc010d04ced7", "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": "3f066411-add5-4592-a63a-3f108325a3db", "generatedFromUUID": "eb858308-0dea-4a0f-9a16-cc010d04ced7" }, "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": "3f066411-add5-4592-a63a-3f108325a3db", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzZmYWJkMmU0NmNlN2FjZmE3Y2FhZWQ2ZjE4ZjA4YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1b3b8ae5-9615-4fea-bdae-c414accd1880" } ], "workloadContext": "Production" } 2022-03-09T13:01:52.772Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:01:52.772Z|0434a89c-98a8-496f-a3c8-c548d7f0d9ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e ASDC 2022-03-09T13:01:52.772Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e ServiceInvariantUUID:4b2fef39-55a4-41ff-9fb5-7a1d749c1b25 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:1b3b8ae5-9615-4fea-bdae-c414accd1880 ArtifactChecksum:MzZmYWJkMmU0NmNlN2FjZmE3Y2FhZWQ2ZjE4ZjA4YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 ResourceInvariantUUID:6ffbc40f-3c5d-4893-b1f8-3c8b43f19fe7 ResourceName:basic_cnf ResourceType:VF ResourceUUID:cfeccb85-7606-4ab5-b1ad-539cc84357a6 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:a6190902-1210-454d-9cf5-ed19e4e51c1b 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:97a6a594-cf64-4975-b648-f4f3deafe4d2 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:6d89610b-7491-457f-875c-01a3dba4908e ArtifactChecksum:MjJkMDkwYTgwMjFlZWVmNThmYzFjYzBmMGVkYWU0NWI= 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:eb858308-0dea-4a0f-9a16-cc010d04ced7 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:3f066411-add5-4592-a63a-3f108325a3db 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:3f066411-add5-4592-a63a-3f108325a3db ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-09T13:01:52.772Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e 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-09T13:01:52.825Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:01:52.827Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:01:52.827Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:01:52.827Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b3b8ae5-9615-4fea-bdae-c414accd1880 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T13:01:52.827Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:52.827Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-09T13:01:55.107Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:55.110Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1b3b8ae5-9615-4fea-bdae-c414accd1880 68936 2022-03-09T13:01:55.110Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:55.111Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:55.111Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:55.111Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:55.113Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:55.113Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830915110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:55.214Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:55.214Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:55.215Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:55.227Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:55.228Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:56.114Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:01:56.115Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:01:56.115Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1b3b8ae5-9615-4fea-bdae-c414accd1880, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T13:01:56.116Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-09T13:01:56.116Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T13:01:56.116Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T13:01:56.239Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7913964616833059553/Definitions/service-BasicCnf-template.yml 2022-03-09T13:01:57.460Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:01:57.461Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:01:57.461Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T13:01:57.461Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-09T13:01:57.461Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.462Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.462Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-09T13:01:57.462Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.462Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:01:57.463Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.463Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.463Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:01:57.463Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:01:57.463Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:01:57.464Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.464Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.464Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:01:57.464Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:01:57.464Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:01:57.465Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.465Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.465Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.465Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T13:01:57.466Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-09T13:01:57.466Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-09T13:01:57.466Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-09T13:01:57.466Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.466Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:01:57.467Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.467Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:01:57.467Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:57.468Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.468Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:01:57.468Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:57.468Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.469Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:01:57.469Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:01:57.469Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.469Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T13:01:57.469Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T13:01:57.470Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=867cb0b2-3fd4-4fe7-8264-b5763542ac47 2022-03-09T13:01:57.470Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.470Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.470Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.470Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.471Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.471Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.471Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:01:57.471Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:01:57.471Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e Model Version:NULL Model InvariantUuid:4b2fef39-55a4-41ff-9fb5-7a1d749c1b25 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:88c9b25f-c464-4d79-860b-3ae2ba513dff Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6ffbc40f-3c5d-4893-b1f8-3c8b43f19fe7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a5d6e623-c6e2-4c12-9e1a-4ed92afb5c33 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ee741b8d-c417-49cb-84a7-68c558bd3db7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:867cb0b2-3fd4-4fe7-8264-b5763542ac47 ModelInvariantUuid:3e19d9ac-82cd-4de2-88aa-c70ad3df5d35 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:9cf88999-9699-4a74-86f6-112fe6ddc108 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4af02ad1-ba20-4a1b-b25e-0fa9987db6e3 ModelInvariantUuid:fabc0370-fa03-4734-90d8-2547bf98c175 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6318830d-0253-480e-9b3a-02346da49688 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-09T13:01:57.497Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cfeccb85-7606-4ab5-b1ad-539cc84357a6 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-09T13:01:57.501Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-03-09T13:01:57.502Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cfeccb85-7606-4ab5-b1ad-539cc84357a6 2022-03-09T13:01:57.502Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a6190902-1210-454d-9cf5-ed19e4e51c1b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-09T13:01:57.502Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:57.502Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.726Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:57.726Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env a6190902-1210-454d-9cf5-ed19e4e51c1b 12 2022-03-09T13:01:57.727Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.727Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:57.727Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:57.727Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:57.729Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:57.730Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830917727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:57.830Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:57.831Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:57.831Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:57.854Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:57.855Z||pool-111-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:01:58.730Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 97a6a594-cf64-4975-b648-f4f3deafe4d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-09T13:01:58.732Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:58.732Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:58.928Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:01:58.929Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 97a6a594-cf64-4975-b648-f4f3deafe4d2 2688 2022-03-09T13:01:58.929Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:58.929Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:01:58.930Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:01:58.930Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:01:58.932Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:01:58.932Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830918929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:59.032Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:01:59.033Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:01:59.033Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:59.048Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:59.049Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:01:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:01:59.358Z||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-09T13:01:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:01:59.389Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:01:59.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830731297, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830734997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830743827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830744946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830745834, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "clamp", "timestamp": 1646830746838, "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-09T13:01:59.403Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:01:59.404Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:01:59.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830746973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:01:59.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830738275, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:01:59.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-09T13:01:59.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646830747980, "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-09T13:01:59.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:01:59.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:01:59.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830748243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830752917, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "aai-ml", "timestamp": 1646830753922, "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-09T13:01:59.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99f6766a-2cc0-417b-b9a9-9ba55995edf0 2022-03-09T13:01:59.434Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:01:59.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-09T13:01:59.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "02915ddd-0b4a-407d-8407-8cbea55f61ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830794929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:01:59.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:01:59.934Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6d89610b-7491-457f-875c-01a3dba4908e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-09T13:01:59.934Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:01:59.934Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:00.312Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:02:00.312Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6d89610b-7491-457f-875c-01a3dba4908e 828 2022-03-09T13:02:00.313Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:00.313Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:00.313Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:02:00.313Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:00.316Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:00.316Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830920312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:00.416Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:00.417Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:00.417Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:00.433Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:00.434Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:02:01.316Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a5d6e623-c6e2-4c12-9e1a-4ed92afb5c33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee741b8d-c417-49cb-84a7-68c558bd3db7", "vfModuleModelCustomizationUUID": "0bf96813-725b-4c1a-bd6f-de1a189581e6", "isBase": true, "artifacts": [ "97a6a594-cf64-4975-b648-f4f3deafe4d2", "eb858308-0dea-4a0f-9a16-cc010d04ced7", "3f066411-add5-4592-a63a-3f108325a3db" ], "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-09T13:02:01.323Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee741b8d-c417-49cb-84a7-68c558bd3db7 VfModuleModelInvariantUUID:a5d6e623-c6e2-4c12-9e1a-4ed92afb5c33 VfModuleModelDescription:NULL Artifacts UUID List:{ 97a6a594-cf64-4975-b648-f4f3deafe4d2 , eb858308-0dea-4a0f-9a16-cc010d04ced7 , 3f066411-add5-4592-a63a-3f108325a3db } 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-09T13:02:01.327Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a5d6e623-c6e2-4c12-9e1a-4ed92afb5c33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ee741b8d-c417-49cb-84a7-68c558bd3db7", "vfModuleModelCustomizationUUID": "0bf96813-725b-4c1a-bd6f-de1a189581e6", "isBase": true, "artifacts": [ "97a6a594-cf64-4975-b648-f4f3deafe4d2", "eb858308-0dea-4a0f-9a16-cc010d04ced7", "3f066411-add5-4592-a63a-3f108325a3db" ], "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-09T13:02:01.327Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ee741b8d-c417-49cb-84a7-68c558bd3db7 VfModuleModelInvariantUUID:a5d6e623-c6e2-4c12-9e1a-4ed92afb5c33 VfModuleModelDescription:NULL Artifacts UUID List:{ 97a6a594-cf64-4975-b648-f4f3deafe4d2 , eb858308-0dea-4a0f-9a16-cc010d04ced7 , 3f066411-add5-4592-a63a-3f108325a3db } 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-09T13:02:01.327Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eb858308-0dea-4a0f-9a16-cc010d04ced7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-09T13:02:01.327Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:02:01.328Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:01.614Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:02:01.615Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml eb858308-0dea-4a0f-9a16-cc010d04ced7 1164 2022-03-09T13:02:01.615Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:01.615Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:01.616Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:02:01.616Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:01.618Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:01.618Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830921615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:01.719Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:01.719Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:01.720Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:01.732Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:01.733Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:02.619Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3f066411-add5-4592-a63a-3f108325a3db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-09T13:02:02.619Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:02:02.620Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:03.016Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:02:03.017Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3f066411-add5-4592-a63a-3f108325a3db 200 2022-03-09T13:02:03.017Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:03.018Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:03.018Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:02:03.018Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:03.020Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:03.020Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830923017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:03.120Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:03.121Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:03.121Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:03.135Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:03.135Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:04.021Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e 2022-03-09T13:02:04.021Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 cfeccb85-7606-4ab5-b1ad-539cc84357a6 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-09T13:02:04.035Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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 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-09T13:02:04.052Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56910713, org.onap.sdc.toscaparser.api.parameters.Input@5d659e1c, org.onap.sdc.toscaparser.api.parameters.Input@2292f4e2, org.onap.sdc.toscaparser.api.parameters.Input@6761a967, org.onap.sdc.toscaparser.api.parameters.Input@39968307] 2022-03-09T13:02:04.054Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.054Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.055Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-09T13:02:04.055Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 2022-03-09T13:02:04.055Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 matches Tosca VF Customization UUID: f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 2022-03-09T13:02:04.056Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 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-09T13:02:04.059Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.060Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.061Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2: {\"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-09T13:02:04.061Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17321307 2022-03-09T13:02:04.061Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.061Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-09T13:02:04.062Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0bf96813-725b-4c1a-bd6f-de1a189581e6 2022-03-09T13:02:04.062Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0bf96813-725b-4c1a-bd6f-de1a189581e6 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-09T13:02:04.065Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.065Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:02:04.066Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:02:04.066Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.066Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:02:04.066Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:02:04.067Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.067Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-09T13:02:04.067Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-09T13:02:04.067Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=867cb0b2-3fd4-4fe7-8264-b5763542ac47 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-09T13:02:04.074Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.075Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:02:04.075Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-09T13:02:04.075Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.076Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-09T13:02:04.076Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f5f120f6-e9ff-452c-a2b3-b7f6e2377ee2 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-09T13:02:04.079Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.079Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.080Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e: basic_cnf 2022-03-09T13:02:04.080Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.080Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.080Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.081Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.081Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.081Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.081Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.081Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.082Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:04.082Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:04.082Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:04.174Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf cfeccb85-7606-4ab5-b1ad-539cc84357a6 1 ASDC deployResourceStructure 2022-03-09T13:02:04.175Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:04.175Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:04.175Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T13:02:04.176Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:04.191Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:04.192Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830924174, "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-09T13:02:04.278Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms 2022-03-09T13:02:04.279Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:04.279Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:04.309Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:04.309Z||pool-116-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:05.192Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:05.193Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:05.193Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-09T13:02:05.193Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:05.195Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:05.195Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830925192, "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-09T13:02:05.295Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:05.296Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:05.296Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:05.308Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:05.309Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:06.197Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:06.197Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:06.197Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:02:06.198Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:06.200Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:06.200Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830926197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:02:06.300Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:06.301Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:06.301Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:06.314Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:06.314Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:07.201Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:07.201Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:07.201Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:02:07.201Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:07.203Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:07.203Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830927200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:02:07.304Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:07.305Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:07.305Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:07.317Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:07.318Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:08.205Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:08.205Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:08.205Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:02:08.206Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:08.208Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:08.208Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830928204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T13:02:08.308Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:08.309Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:08.309Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:08.320Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:08.320Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:02:09.209Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:09.209Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||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-09T13:02:09.209Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:02:09.210Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:09.212Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:09.212Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830929209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:02:09.312Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:09.313Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:09.313Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:09.324Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:09.325Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:10.212Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:02:10.222Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:02:10.225Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:02:10.225Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:02:10.225Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:02:10.225Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:02:10.225Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:10.226Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:02:10.231Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:02:40.231Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b 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-09T13:02:40.239Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b and serviceModelVersionId: 50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e 2022-03-09T13:02:40.239Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4b2fef39-55a4-41ff-9fb5-7a1d749c1b25 2022-03-09T13:02:40.240Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0 2022-03-09T13:02:40.245Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:02:40.295Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0|INFO|500||Invoke 2022-03-09T13:02:40.296Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[efc076fe-94f6-41f1-a5ba-7068cf26cb26], X-ECOMP-RequestID=[bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b], X-TransactionId=[], X-ONAP-RequestID=[bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b], Content-Type=[application/merge-patch+json]} 2022-03-09T13:02:40.326Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:02:40.846Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?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/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-13:02:40:847-55814], vertex-id=[151608], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:02:40 GMT], Content-Type=[application/json]} 2022-03-09T13:02:40.846Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:02:40.847Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4b2fef39-55a4-41ff-9fb5-7a1d749c1b25/model-vers/model-ver/50b6ef0d-16dd-45cd-ad5e-4e9a4067cf0e?depth=0|INFO|500||InvokeReturn 2022-03-09T13:02:40.849Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:02:40.850Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:02:40.858Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:02:40.858Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:02:40.859Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:02:40.860Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:40.862Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:40.863Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830960859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:02:40.962Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:40.963Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:40.964Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:40.987Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:40.988Z||pool-122-thread-1|||||INFO|500||cambria reply ok (25 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-09T13:02:41.879Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-09T13:02:41.879Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"99f6766a-2cc0-417b-b9a9-9ba55995edf0","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ac5f6062-dad2-4e06-94a9-30e6d3fb58e4","serviceDescription":"service","serviceInvariantUUID":"710479bb-0647-42ca-aa2e-ac1922adbef9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e9c9136-e891-4f77-87b1-a1e4108a6225","resourceInvariantUUID":"cd844424-3692-4250-b974-0227c23e28d8","resourceCustomizationUUID":"f8190aa4-5ee2-4711-ac95-47be3c35167a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OWNkOGYwODBhYzRiYzE0ZDRhMzEwOTE0Y2M5MDJkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14e9a0f3-3a20-46f9-b4a1-f174d2081e79","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0f7c6d8c-73f5-4c49-a070-3e5b0f3120b1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"269b5c4a-bf2f-4aac-a5ab-7bfa14195635","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NGJmYWJmOWFkYzhlMjY0ZDY4ODU1M2I0Y2U5YTZmZGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2b142dec-babe-4723-9134-7756ea5db552","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f12e879c-7476-4661-a8e3-36322c2f6da8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9878d60-a048-4415-a404-ebbc7ab3b651","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d34d2b02-5e2f-43c6-b65a-a420e7d7156e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YWQ5MWZhMDRkOGY0OGVjNzQ4YWFlNmE3YjllNjI2MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d305ff7-3310-40e0-b4aa-e82a2c1d3c71","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDRkZjdjNWMzNWJjZTY0Y2FmMDA2YmJjNWU0OThkNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bfc2f999-ac6c-497e-8790-ace71dfab16c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:02:41.880Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:41.880Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:41.881Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:41.882Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:41.981Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:41.982Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:41.982Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:41.999Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:42.003Z||pool-123-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:42.883Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:42.884Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:42.886Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:42.886Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:42.986Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:42.987Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:42.988Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:43.006Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:43.008Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:43.888Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:43.889Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:43.892Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:43.892Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:43.992Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:43.993Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:43.993Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:44.006Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:44.007Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:02:44.893Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:44.893Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:44.895Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:44.895Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:44.995Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:44.996Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:44.996Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:45.011Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:45.012Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:45.896Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:45.897Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:45.899Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:45.899Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:45.999Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:46.000Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:46.000Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:46.015Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:46.015Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:46.900Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:46.901Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:46.919Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:46.919Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:47.007Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-03-09T13:02:47.008Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:47.008Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:47.020Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:47.021Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:47.920Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:47.920Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:47.923Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:47.923Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:48.023Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:48.024Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:48.024Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:48.042Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:48.043Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:48.923Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:48.924Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:48.926Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:48.926Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:49.026Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:02:49.028Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:49.028Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:49.043Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:49.044Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:49.927Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:02:49.928Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:49.930Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:49.930Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:02:50.031Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:50.032Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:50.032Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:50.044Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:50.045Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:50.932Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ac5f6062-dad2-4e06-94a9-30e6d3fb58e4", "serviceDescription": "service", "serviceInvariantUUID": "710479bb-0647-42ca-aa2e-ac1922adbef9", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "f8190aa4-5ee2-4711-ac95-47be3c35167a", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5e9c9136-e891-4f77-87b1-a1e4108a6225", "resourceInvariantUUID": "cd844424-3692-4250-b974-0227c23e28d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZDRkZjdjNWMzNWJjZTY0Y2FmMDA2YmJjNWU0OThkNDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfc2f999-ac6c-497e-8790-ace71dfab16c" } ], "workloadContext": "Production" } 2022-03-09T13:02:50.932Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:02:50.932Z|bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 ASDC 2022-03-09T13:02:50.933Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:99f6766a-2cc0-417b-b9a9-9ba55995edf0 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 ServiceInvariantUUID:710479bb-0647-42ca-aa2e-ac1922adbef9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:bfc2f999-ac6c-497e-8790-ace71dfab16c ArtifactChecksum:ZDRkZjdjNWMzNWJjZTY0Y2FmMDA2YmJjNWU0OThkNDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:f8190aa4-5ee2-4711-ac95-47be3c35167a ResourceInvariantUUID:cd844424-3692-4250-b974-0227c23e28d8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:5e9c9136-e891-4f77-87b1-a1e4108a6225 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T13:02:50.933Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 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-09T13:02:50.965Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:02:50.966Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:02:50.966Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:02:50.966Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bfc2f999-ac6c-497e-8790-ace71dfab16c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T13:02:50.966Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-09T13:02:50.966Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T13:02:52.396Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-09T13:02:52.400Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar bfc2f999-ac6c-497e-8790-ace71dfab16c 105640 2022-03-09T13:02:52.401Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T13:02:52.401Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T13:02:52.401Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:02:52.401Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:52.403Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:52.403Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830972401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:52.503Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:52.504Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:52.504Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:52.515Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:52.516Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:02:53.404Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:02:53.405Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-09T13:02:53.405Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bfc2f999-ac6c-497e-8790-ace71dfab16c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:53.405Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-09T13:02:53.406Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:53.406Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:53.513Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15844820603035975188/Definitions/service-TestPnfMacro-template.yml 2022-03-09T13:02:54.359Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.360Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:02:54.361Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.362Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.363Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.364Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 Model Version:NULL Model InvariantUuid:710479bb-0647-42ca-aa2e-ac1922adbef9 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-09T13:02:54.369Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e9c9136-e891-4f77-87b1-a1e4108a6225 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-09T13:02:54.372Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-03-09T13:02:54.373Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e9c9136-e891-4f77-87b1-a1e4108a6225 2022-03-09T13:02:54.373Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||No resources found for Service: ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 2022-03-09T13:02:54.373Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 2022-03-09T13:02:54.373Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5e9c9136-e891-4f77-87b1-a1e4108a6225 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-09T13:02:54.377Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b4dd142, org.onap.sdc.toscaparser.api.parameters.Input@4c952554, org.onap.sdc.toscaparser.api.parameters.Input@3102d9c2, org.onap.sdc.toscaparser.api.parameters.Input@6108d149, org.onap.sdc.toscaparser.api.parameters.Input@644adbeb] 2022-03-09T13:02:54.377Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.377Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.378Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac5f6062-dad2-4e06-94a9-30e6d3fb58e4: test-pnf 2022-03-09T13:02:54.378Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Processing PNF resource: 5e9c9136-e891-4f77-87b1-a1e4108a6225 2022-03-09T13:02:54.378Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:02:54.378Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:02:54.378Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||Resource customization UUID: f8190aa4-5ee2-4711-ac95-47be3c35167a is the same as notified resource customizationUUID: f8190aa4-5ee2-4711-ac95-47be3c35167a 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-09T13:02:54.408Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5e9c9136-e891-4f77-87b1-a1e4108a6225 0 ASDC deployResourceStructure 2022-03-09T13:02:54.408Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-09T13:02:54.409Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-09T13:02:54.409Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:02:54.409Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:02:54.411Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:02:54.411Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830974408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:02:54.511Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:02:54.512Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:02:54.512Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:54.525Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:54.525Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:02:55.412Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99f6766a-2cc0-417b-b9a9-9ba55995edf0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:02:55.424Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.427Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:02:55.428Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:02:55.433Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:02:59.357Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:02:59.358Z||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-09T13:02:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:02:59.389Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:02:59.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-09T13:02:59.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830809295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830812003, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830813071, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830814189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830815346, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:02:59.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830816350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830817355, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830818359, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "00ac060a-863c-4a1c-9459-6975c3fe6e5a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830850321, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:02:59.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:02:59.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:25.433Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99f6766a-2cc0-417b-b9a9-9ba55995edf0 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-09T13:03:25.439Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99f6766a-2cc0-417b-b9a9-9ba55995edf0 and serviceModelVersionId: ac5f6062-dad2-4e06-94a9-30e6d3fb58e4 2022-03-09T13:03:25.439Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 710479bb-0647-42ca-aa2e-ac1922adbef9 2022-03-09T13:03:25.440Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0 2022-03-09T13:03:25.443Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:03:25.485Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0|INFO|500||Invoke 2022-03-09T13:03:25.486Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99f6766a-2cc0-417b-b9a9-9ba55995edf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[16e096cd-cc6c-4fcd-a81b-de30a3132d60], X-ECOMP-RequestID=[99f6766a-2cc0-417b-b9a9-9ba55995edf0], X-TransactionId=[], X-ONAP-RequestID=[99f6766a-2cc0-417b-b9a9-9ba55995edf0], Content-Type=[application/merge-patch+json]} 2022-03-09T13:03:25.516Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:03:26.385Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?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/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220309-13:03:26:035-79012], vertex-id=[237800], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:03:26 GMT], Content-Type=[application/json]} 2022-03-09T13:03:26.386Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:03:26.393Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/710479bb-0647-42ca-aa2e-ac1922adbef9/model-vers/model-ver/ac5f6062-dad2-4e06-94a9-30e6d3fb58e4?depth=0|INFO|500||InvokeReturn 2022-03-09T13:03:26.393Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:03:26.393Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:03:26.399Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:03:26.400Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99f6766a-2cc0-417b-b9a9-9ba55995edf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:03:26.400Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:03:26.401Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:03:26.403Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:03:26.403Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831006400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:03:26.503Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:03:26.504Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:03:26.504Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:26.522Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:03:26.523Z||pool-134-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T13:03:27.431Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:03:27.432Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:03:27.433Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:37.767Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:03:37.767Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:03:37.768Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:03:37.768Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:47.342Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:03:47.343Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:03:47.343Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:03:47.343Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:56.890Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:03:56.891Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:03:56.891Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:03:56.892Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:03:59.358Z||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-09T13:03:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:03:59.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:03:59.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830860341, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830863727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830865896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830867195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830868319, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830869323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830870327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830871330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0434a89c-98a8-496f-a3c8-c548d7f0d9ff", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830902711, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-09T13:03:59.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-09T13:03:59.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830915110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830917727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830918929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-09T13:03:59.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:06.442Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:06.442Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:04:06.443Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:04:06.443Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:15.994Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:15.995Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:04:15.996Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:04:15.996Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:25.591Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:25.595Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:04:25.596Z||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-09T13:04:25.596Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:35.198Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:35.199Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:04:35.199Z||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-09T13:04:35.199Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:44.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:44.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T13:04:44.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"34b941b9-48d4-470b-9f7a-b3101cd18e24","serviceName":"Demo_pNF_ondANcxgKrRU3KfGdMce","serviceVersion":"1.0","serviceUUID":"595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee","serviceDescription":"catalog service description","serviceInvariantUUID":"3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff","resources":[{"resourceInstanceName":"pNF 89acf042-e7a3 0","resourceName":"pNF 89acf042-e7a3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60c31c91-2410-4638-9d7e-c9773d39099a","resourceInvariantUUID":"39fd987b-ab00-412c-bf2a-d28959c784ae","resourceCustomizationUUID":"cfc0330a-f04d-4a02-99f3-c1004df72f8a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml","artifactChecksum":"ZjYzYmI2N2U3ODU0Zjg2Yjg0YjY5YWExZTcxOTM4NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fad7d4c-913d-4f55-b66c-672ded58a96c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar","artifactChecksum":"NTkzNTdhN2RkMmYzN2ZkMmMyZTEwZWYxZDdhNDIyZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e293c318-a7d1-408b-a93f-dd303376a4d3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5fbdcd04-dc87-48a8-82c6-ec944329fe23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml","artifactChecksum":"ODc4MGY3NzI5ZWVkODkwZmU5NGE3Yzg1NmRlMTM4YTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ea0b7fc-1b79-442a-a2e8-ec878ccf6cc2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88e9917f-395a-4879-8e71-454300c47b99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7c0cd3c-c408-42d4-9a0d-5ad706904488","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOndancxgkrru3kfgdmce-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml","artifactChecksum":"N2YyODQ3NzBmZGZhY2NmYmQ4NGI5OWM0ZWY2YWMwNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e01614a0-f2ef-49e1-bbcb-839a164116f0","artifactVersion":"1"},{"artifactName":"service-DemoPnfOndancxgkrru3kfgdmce-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar","artifactChecksum":"NzhiZGZjOTRlOGZlMjJkZDg4MmQyN2ZiMjkzNjYzZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7055023-2cfb-4951-99a5-166195a534e2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:04:44.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:44.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:44.871Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:44.872Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:44.973Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:04:44.974Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:44.974Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:44.994Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:44.994Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:45.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:45.874Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:45.877Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:45.877Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:45.977Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:04:45.978Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:45.978Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:46.017Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:46.018Z||pool-136-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:46.879Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:46.879Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:46.882Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:46.882Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:46.983Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:04:46.984Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:46.984Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:46.995Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:46.996Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:47.883Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:47.890Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:47.896Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:47.896Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:47.992Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-09T13:04:47.993Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:47.993Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:48.011Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:48.012Z||pool-138-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:48.896Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:48.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:48.900Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:48.900Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:48.999Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T13:04:49.000Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:49.001Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:49.018Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:49.019Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:49.900Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:49.901Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:49.905Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:49.905Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:50.003Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-09T13:04:50.004Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:50.005Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:50.024Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:50.025Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:50.906Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:50.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:50.909Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:50.910Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:51.009Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:04:51.011Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:51.011Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:51.024Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:51.024Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:51.910Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:04:51.911Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:51.913Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:51.913Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:04:52.013Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:04:52.014Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:52.015Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:52.026Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:52.027Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:52.914Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "serviceName": "Demo_pNF_ondANcxgKrRU3KfGdMce", "serviceVersion": "1.0", "serviceUUID": "595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff", "resources": [ { "resourceInstanceName": "pNF 89acf042-e7a3 0", "resourceCustomizationUUID": "cfc0330a-f04d-4a02-99f3-c1004df72f8a", "resourceName": "pNF 89acf042-e7a3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "60c31c91-2410-4638-9d7e-c9773d39099a", "resourceInvariantUUID": "39fd987b-ab00-412c-bf2a-d28959c784ae", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "artifactChecksum": "NzhiZGZjOTRlOGZlMjJkZDg4MmQyN2ZiMjkzNjYzZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7055023-2cfb-4951-99a5-166195a534e2" } ], "workloadContext": "Production" } 2022-03-09T13:04:52.915Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:04:52.915Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee ASDC 2022-03-09T13:04:52.915Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:34b941b9-48d4-470b-9f7a-b3101cd18e24 ServiceName:Demo_pNF_ondANcxgKrRU3KfGdMce ServiceVersion:1.0 ServiceUUID:595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee ServiceInvariantUUID:3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOndancxgkrru3kfgdmce-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar ArtifactUUID:d7055023-2cfb-4951-99a5-166195a534e2 ArtifactChecksum:NzhiZGZjOTRlOGZlMjJkZDg4MmQyN2ZiMjkzNjYzZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 89acf042-e7a3 0 ResourceCustomizationUUID:cfc0330a-f04d-4a02-99f3-c1004df72f8a ResourceInvariantUUID:39fd987b-ab00-412c-bf2a-d28959c784ae ResourceName:pNF 89acf042-e7a3 ResourceType:PNF ResourceUUID:60c31c91-2410-4638-9d7e-c9773d39099a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T13:04:52.916Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee 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-09T13:04:52.952Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:04:52.953Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:04:52.953Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:04:52.954Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d7055023-2cfb-4951-99a5-166195a534e2 from URL: /sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:52.954Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-09T13:04:52.954Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:53.713Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-09T13:04:53.719Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar d7055023-2cfb-4951-99a5-166195a534e2 82619 2022-03-09T13:04:53.720Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar ASDC sendASDCNotification 2022-03-09T13:04:53.720Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:53.720Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:04:53.720Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:53.723Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:53.723Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831093720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:04:53.823Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:04:53.824Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:53.824Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:53.837Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:53.838Z||pool-143-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:54.724Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:04:54.724Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:04:54.725Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d7055023-2cfb-4951-99a5-166195a534e2, URL: /sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar to file: /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:54.725Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:54.726Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:54.726Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:54.868Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16005478354420706247/Definitions/service-DemoPnfOndancxgkrru3kfgdmce-template.yml 2022-03-09T13:04:55.690Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:04:55.691Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-09T13:04:55.691Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.691Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T13:04:55.691Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 89acf042-e7a3 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-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.692Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.693Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-09T13:04:55.693Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.693Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.694Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Node template pNF 89acf042-e7a3 0 is matching search criteria 2022-03-09T13:04:55.694Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-09T13:04:55.694Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 89acf042-e7a3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:04:55.695Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.695Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.695Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Node template pNF 89acf042-e7a3 0 is matching search criteria 2022-03-09T13:04:55.695Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-09T13:04:55.696Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 89acf042-e7a3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:04:55.696Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.696Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.697Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.697Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.697Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.697Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.698Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.698Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.698Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.698Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.699Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ondANcxgKrRU3KfGdMce Description:catalog service description Model UUID:595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee Model Version:NULL Model InvariantUuid:3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff 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-09T13:04:55.738Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60c31c91-2410-4638-9d7e-c9773d39099a 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-09T13:04:55.744Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||pNF 89acf042-e7a3 0 2022-03-09T13:04:55.744Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60c31c91-2410-4638-9d7e-c9773d39099a 2022-03-09T13:04:55.745Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee 2022-03-09T13:04:55.745Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee 2022-03-09T13:04:55.745Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 89acf042-e7a3 0 60c31c91-2410-4638-9d7e-c9773d39099a 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-09T13:04:55.768Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f768997, org.onap.sdc.toscaparser.api.parameters.Input@7c3d0f35, org.onap.sdc.toscaparser.api.parameters.Input@6b5cfd2a, org.onap.sdc.toscaparser.api.parameters.Input@54024760, org.onap.sdc.toscaparser.api.parameters.Input@2f435646] 2022-03-09T13:04:55.768Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.769Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.769Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee: pNF 89acf042-e7a3 2022-03-09T13:04:55.770Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Processing PNF resource: 60c31c91-2410-4638-9d7e-c9773d39099a 2022-03-09T13:04:55.770Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:04:55.770Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ondANcxgKrRU3KfGdMce is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:04:55.770Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||Resource customization UUID: cfc0330a-f04d-4a02-99f3-c1004df72f8a is the same as notified resource customizationUUID: cfc0330a-f04d-4a02-99f3-c1004df72f8a 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-09T13:04:55.931Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 89acf042-e7a3 60c31c91-2410-4638-9d7e-c9773d39099a 0 ASDC deployResourceStructure 2022-03-09T13:04:55.933Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar ASDC sendASDCNotification 2022-03-09T13:04:55.933Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar 2022-03-09T13:04:55.933Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:04:55.934Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:04:55.936Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:04:55.936Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831095932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:04:56.036Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:04:56.037Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:04:56.037Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:56.051Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:56.052Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:04:56.938Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:04:56.947Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:04:56.949Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:04:56.949Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:04:56.949Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:04:59.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:04:59.358Z||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-09T13:04:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:04:59.379Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:04:59.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830920312, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-09T13:04:59.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830921615, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:04:59.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830923017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830924174, "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-09T13:04:59.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830925192, "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-09T13:04:59.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830926197, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-09T13:04:59.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830927200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830928204, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830929209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd0a508a-abb4-4df7-a3f1-9b53f39d7d5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830960859, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:04:59.383Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:04:59.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830795946, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830972401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:04:59.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-09T13:04:59.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646830974408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:04:59.388Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:05:26.950Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:05:26.960Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:05:26.962Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:05:26.962Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:05:26.962Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:05:56.963Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:05:56.975Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:05:56.979Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:05:56.979Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:05:56.980Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:05:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:05:59.358Z||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-09T13:05:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:05:59.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:05:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:05:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "99f6766a-2cc0-417b-b9a9-9ba55995edf0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831006400, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:05:59.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:26.980Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:06:27.041Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:06:27.045Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:06:27.046Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:06:27.046Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:06:57.046Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:06:57.065Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:06:57.068Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:06:57.068Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:06:57.068Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:06:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:06:59.359Z||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-09T13:06:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:06:59.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:06:59.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.412Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T13:06:59.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "multicloud-k8s-id", "timestamp": 1646831075960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:06:59.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "dcae-sch", "timestamp": 1646831081862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831081235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831084222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831081274, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:06:59.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831075199, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831093832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831093126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831093720, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:06:59.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831093726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:06:59.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831094836, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831094172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:06:59.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "cds", "timestamp": 1646831094746, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-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-09T13:06:59.449Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:06:59.449Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:06:59.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "policy-id", "timestamp": 1646831095838, "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-09T13:06:59.470Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:06:59.470Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:06:59.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.482Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "ves-openapi-manager", "timestamp": 1646831095176, "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-09T13:06:59.490Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:06:59.491Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:06:59.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831095932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:06:59.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:06:59.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:06:59.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:06:59.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:06:59.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:27.068Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:07:27.100Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:07:27.102Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:07:27.102Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:07:27.102Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:07:57.103Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:07:57.121Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:07:57.126Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:07:57.126Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:07:57.126Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:07:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:07:59.358Z||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-09T13:07:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:07:59.400Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:07:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831091297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:07:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831094997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/resourceInstances/pnf89acf042e7a30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831104777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831105893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831098275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831106915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:07:59.408Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831106964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831107322, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "clamp", "timestamp": 1646831107921, "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-09T13:07:59.442Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:07:59.443Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:07:59.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831107968, "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-09T13:07:59.473Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:07:59.473Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:07:59.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831112343, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOndancxgkrru3kfgdmce/1.0/artifacts/service-DemoPnfOndancxgkrru3kfgdmce-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:07:59.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:07:59.489Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:07:59.489Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "aai-ml", "timestamp": 1646831113348, "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-09T13:07:59.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34b941b9-48d4-470b-9f7a-b3101cd18e24 2022-03-09T13:07:59.496Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:08:27.126Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:08:27.146Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.152Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:08:27.153Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:08:27.164Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:08:57.165Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 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-09T13:08:57.178Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34b941b9-48d4-470b-9f7a-b3101cd18e24 and serviceModelVersionId: 595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee 2022-03-09T13:08:57.179Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff 2022-03-09T13:08:57.183Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?depth=0 2022-03-09T13:08:57.205Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:08:57.264Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?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-09T13:08:57.266Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?depth=0|INFO|500||Invoke 2022-03-09T13:08:57.310Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:08:58.029Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?depth=0|INFO|500||InvokeReturn 2022-03-09T13:08:58.030Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3eb6ce6c-70cc-4f82-9390-16eb68dcf7ff/model-vers/model-ver/595b6f06-8ca1-4c8a-82a9-1e9f2aa277ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-13:08:57:829-88117], vertex-id=[295072], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:08:57 GMT], Content-Type=[application/json]} 2022-03-09T13:08:58.031Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:08:58.031Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:08:58.032Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:08:58.035Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:08:58.036Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34b941b9-48d4-470b-9f7a-b3101cd18e24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:08:58.036Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:08:58.037Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:08:58.040Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:08:58.040Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831338036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:08:58.140Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:08:58.141Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:08:58.141Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:08:58.167Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:08:58.168Z||pool-145-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-09T13:08:59.052Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:08:59.053Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|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-09T13:08:59.053Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:08:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:08:59.358Z||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-09T13:08:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:08:59.389Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:08:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831261237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831264222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "dcae-sch", "timestamp": 1646831261862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831261273, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831275136, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:08:59.402Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:08:59.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831275202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-09T13:08:59.403Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:08:59.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831276108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:08:59.404Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:08:59.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "cds", "timestamp": 1646831276153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-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-09T13:08:59.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:08:59.429Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:08:59.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831277112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831276277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "policy-id", "timestamp": 1646831278115, "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-09T13:08:59.490Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:08:59.490Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:08:59.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "ves-openapi-manager", "timestamp": 1646831277282, "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-09T13:08:59.510Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:08:59.510Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:08:59.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:08:59.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:08:59.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:08:59.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:09:03.463Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:03.464Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-09T13:09:03.464Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"001eafb9-e35a-4a6c-8685-851b2f0d6f8b","serviceName":"Demo_pNF_UHDsqT81vkq4GCgLugxK","serviceVersion":"1.0","serviceUUID":"34c2aa43-de5d-4529-886a-0eb19e740bce","serviceDescription":"catalog service description","serviceInvariantUUID":"e4d30c26-2044-4083-be76-9048ec893fbb","resources":[{"resourceInstanceName":"pNF 0b875997-da24 0","resourceName":"pNF 0b875997-da24","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a8f48bd-a480-4be2-9e92-6d839ebf0997","resourceInvariantUUID":"4aa8b3e5-e09c-4c0c-ae1d-c7c081ddc8d8","resourceCustomizationUUID":"5b6439cc-420a-4281-9e5e-dd11ebbe5398","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml","artifactChecksum":"MDY3NDdjN2ViNjkzN2Y5MGVhYjM4ZWI3YzZlYTZhZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0fba7443-059e-4a24-a51b-1d51f5e71408","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar","artifactChecksum":"NTkzNTdhN2RkMmYzN2ZkMmMyZTEwZWYxZDdhNDIyZjU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6b446ec2-6009-4ba4-99d9-f32dbc196738","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63a9322b-4304-496e-b340-42ae33a1a9c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml","artifactChecksum":"MWE0NGY3NTdjNzFmN2Q4N2FiM2NmZDI5MmFkYmVjZDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c32a0fbf-20fb-4b01-8f56-3f58f7c7e3f4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e9b36c0-1124-4c7d-9ecd-dea7b8eb77ed","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51529da4-a03f-48e7-b5c0-bf744973515a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml","artifactChecksum":"MmYzZDllM2YxOTY4Y2Q2MTQyZjA0YTRmZmExODVmODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8d456f34-0118-48dd-897d-dc77c29da76f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar","artifactChecksum":"NDk3NjY2M2ViNzgyOWU3NWIwM2M3YTI3NzExMTU0YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d74bae11-9e3b-422e-8330-401423afebe0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-09T13:09:03.466Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:03.466Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:03.468Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:03.468Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:03.568Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:09:03.569Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:03.569Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:03.594Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:03.594Z||pool-146-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:04.469Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:04.469Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:04.472Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:04.473Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:04.572Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:09:04.573Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:04.573Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:04.612Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:04.612Z||pool-147-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:05.473Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:05.475Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:05.477Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:05.477Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:05.577Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:09:05.578Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:05.578Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:05.611Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:05.612Z||pool-148-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:06.478Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:06.478Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:06.481Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:06.481Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:06.585Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-09T13:09:06.586Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:06.586Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:06.601Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:06.602Z||pool-149-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:09:07.481Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:07.482Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:07.485Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:07.485Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:07.584Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:09:07.585Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:07.585Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:07.602Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:07.602Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-09T13:09:08.485Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:08.487Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:08.489Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:08.489Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:08.589Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:09:08.590Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-09T13:09:08.590Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:08.606Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:08.606Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:09.489Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:09.490Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:09.496Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:09.497Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:09:09.594Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-09T13:09:09.595Z||pool-152-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-09T13:09:09.595Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:09.610Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:09.611Z||pool-152-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:10.498Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-09T13:09:10.500Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:10.503Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:10.503Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:09:10.603Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-09T13:09:10.604Z||pool-153-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-09T13:09:10.604Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:10.618Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:10.618Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:11.505Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "serviceName": "Demo_pNF_UHDsqT81vkq4GCgLugxK", "serviceVersion": "1.0", "serviceUUID": "34c2aa43-de5d-4529-886a-0eb19e740bce", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e4d30c26-2044-4083-be76-9048ec893fbb", "resources": [ { "resourceInstanceName": "pNF 0b875997-da24 0", "resourceCustomizationUUID": "5b6439cc-420a-4281-9e5e-dd11ebbe5398", "resourceName": "pNF 0b875997-da24", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5a8f48bd-a480-4be2-9e92-6d839ebf0997", "resourceInvariantUUID": "4aa8b3e5-e09c-4c0c-ae1d-c7c081ddc8d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "artifactChecksum": "NDk3NjY2M2ViNzgyOWU3NWIwM2M3YTI3NzExMTU0YTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d74bae11-9e3b-422e-8330-401423afebe0" } ], "workloadContext": "Production" } 2022-03-09T13:09:11.505Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-09T13:09:11.505Z|34b941b9-48d4-470b-9f7a-b3101cd18e24|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34c2aa43-de5d-4529-886a-0eb19e740bce ASDC 2022-03-09T13:09:11.506Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:001eafb9-e35a-4a6c-8685-851b2f0d6f8b ServiceName:Demo_pNF_UHDsqT81vkq4GCgLugxK ServiceVersion:1.0 ServiceUUID:34c2aa43-de5d-4529-886a-0eb19e740bce ServiceInvariantUUID:e4d30c26-2044-4083-be76-9048ec893fbb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar ArtifactUUID:d74bae11-9e3b-422e-8330-401423afebe0 ArtifactChecksum:NDk3NjY2M2ViNzgyOWU3NWIwM2M3YTI3NzExMTU0YTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 0b875997-da24 0 ResourceCustomizationUUID:5b6439cc-420a-4281-9e5e-dd11ebbe5398 ResourceInvariantUUID:4aa8b3e5-e09c-4c0c-ae1d-c7c081ddc8d8 ResourceName:pNF 0b875997-da24 ResourceType:PNF ResourceUUID:5a8f48bd-a480-4be2-9e92-6d839ebf0997 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-09T13:09:11.507Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34c2aa43-de5d-4529-886a-0eb19e740bce 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-09T13:09:11.548Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:09:11.549Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:09:11.549Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:09:11.549Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d74bae11-9e3b-422e-8330-401423afebe0 from URL: /sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:11.550Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-09T13:09:11.550Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:11.687Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-09T13:09:11.692Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar d74bae11-9e3b-422e-8330-401423afebe0 82630 2022-03-09T13:09:11.693Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar ASDC sendASDCNotification 2022-03-09T13:09:11.693Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:11.694Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-09T13:09:11.694Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:11.697Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:11.697Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831351693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:09:11.797Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:09:11.798Z||pool-154-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-09T13:09:11.798Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:11.811Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:11.811Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:12.698Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-09T13:09:12.699Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-09T13:09:12.700Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d74bae11-9e3b-422e-8330-401423afebe0, URL: /sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar to file: /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:12.700Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:12.701Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:12.701Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:12.940Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6073668722591236848/Definitions/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml 2022-03-09T13:09:13.825Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-09T13:09:13.825Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.826Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.827Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.827Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0b875997-da24 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-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.827Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.827Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-09T13:09:13.827Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.828Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.828Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Node template pNF 0b875997-da24 0 is matching search criteria 2022-03-09T13:09:13.828Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-09T13:09:13.828Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0b875997-da24 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:09:13.829Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.829Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.829Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Node template pNF 0b875997-da24 0 is matching search criteria 2022-03-09T13:09:13.829Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-09T13:09:13.829Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 0b875997-da24 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-09T13:09:13.830Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.830Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.830Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.830Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.830Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.831Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.831Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.831Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.831Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.832Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.832Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_UHDsqT81vkq4GCgLugxK Description:catalog service description Model UUID:34c2aa43-de5d-4529-886a-0eb19e740bce Model Version:NULL Model InvariantUuid:e4d30c26-2044-4083-be76-9048ec893fbb 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-09T13:09:13.838Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5a8f48bd-a480-4be2-9e92-6d839ebf0997 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-09T13:09:13.840Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||pNF 0b875997-da24 0 2022-03-09T13:09:13.840Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a8f48bd-a480-4be2-9e92-6d839ebf0997 2022-03-09T13:09:13.841Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 34c2aa43-de5d-4529-886a-0eb19e740bce 2022-03-09T13:09:13.841Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 34c2aa43-de5d-4529-886a-0eb19e740bce 2022-03-09T13:09:13.841Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0b875997-da24 0 5a8f48bd-a480-4be2-9e92-6d839ebf0997 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-09T13:09:13.844Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62dfc83a, org.onap.sdc.toscaparser.api.parameters.Input@6d59f06e, org.onap.sdc.toscaparser.api.parameters.Input@57b155af, org.onap.sdc.toscaparser.api.parameters.Input@235b06b7, org.onap.sdc.toscaparser.api.parameters.Input@3fd984fe] 2022-03-09T13:09:13.844Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.845Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.845Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 34c2aa43-de5d-4529-886a-0eb19e740bce: pNF 0b875997-da24 2022-03-09T13:09:13.845Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Processing PNF resource: 5a8f48bd-a480-4be2-9e92-6d839ebf0997 2022-03-09T13:09:13.845Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-09T13:09:13.845Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_UHDsqT81vkq4GCgLugxK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-09T13:09:13.846Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||Resource customization UUID: 5b6439cc-420a-4281-9e5e-dd11ebbe5398 is the same as notified resource customizationUUID: 5b6439cc-420a-4281-9e5e-dd11ebbe5398 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-09T13:09:13.902Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0b875997-da24 5a8f48bd-a480-4be2-9e92-6d839ebf0997 0 ASDC deployResourceStructure 2022-03-09T13:09:13.903Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar ASDC sendASDCNotification 2022-03-09T13:09:13.911Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar 2022-03-09T13:09:13.911Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-09T13:09:13.912Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:09:13.914Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:09:13.915Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831353903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:09:14.014Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:09:14.016Z||pool-155-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-09T13:09:14.016Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:14.029Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:14.029Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-09T13:09:14.916Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:09:14.932Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:09:14.936Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:09:14.936Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:09:14.936Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:09:44.937Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:09:44.947Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:09:44.950Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:09:44.950Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:09:44.951Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:09:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:09:59.358Z||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-09T13:09:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:09:59.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:09:59.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:09:59.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831271297, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:09:59.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:14.951Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:10:14.967Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:10:14.973Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:10:14.974Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:10:14.974Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:10:44.975Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:10:44.984Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:10:44.986Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:10:44.986Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-09T13:10:44.986Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-09T13:10:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:10:59.358Z||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-09T13:10:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:10:59.384Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:10:59.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "multicloud-k8s-id", "timestamp": 1646831275960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831274997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.389Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831284179, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831286256, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831278275, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:10:59.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:10:59.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646831287264, "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-09T13:10:59.400Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:10:59.401Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:10:59.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831287221, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:10:59.420Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831288169, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831289191, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "clamp", "timestamp": 1646831290195, "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-09T13:10:59.430Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:10:59.431Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:10:59.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831292373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:10:59.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:10:59.441Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.441Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "aai-ml", "timestamp": 1646831293377, "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-09T13:10:59.446Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 2022-03-09T13:10:59.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:10:59.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:10:59.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "34b941b9-48d4-470b-9f7a-b3101cd18e24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831338036, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:10:59.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:11:14.986Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T13:11:15.004Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:11:15.008Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-09T13:11:15.009Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-09T13:11:15.009Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-09T13:11:15.009Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-09T13:11:15.009Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.009Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-09T13:11:15.010Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-09T13:11:15.019Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-09T13:11:45.020Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b 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-09T13:11:45.030Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 001eafb9-e35a-4a6c-8685-851b2f0d6f8b and serviceModelVersionId: 34c2aa43-de5d-4529-886a-0eb19e740bce 2022-03-09T13:11:45.030Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4d30c26-2044-4083-be76-9048ec893fbb 2022-03-09T13:11:45.035Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?depth=0 2022-03-09T13:11:45.040Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-09T13:11:45.084Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?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-09T13:11:45.086Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?depth=0|INFO|500||Invoke 2022-03-09T13:11:45.107Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-09T13:11:45.235Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?depth=0|INFO|500||InvokeReturn 2022-03-09T13:11:45.236Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4d30c26-2044-4083-be76-9048ec893fbb/model-vers/model-ver/34c2aa43-de5d-4529-886a-0eb19e740bce?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-13:11:45:626-85922], vertex-id=[286896], Content-Length=[0], Date=[Wed, 09 Mar 2022 13:11:45 GMT], Content-Type=[application/json]} 2022-03-09T13:11:45.236Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-09T13:11:45.236Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-09T13:11:45.236Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-09T13:11:45.240Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09T13:11:45.240Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 001eafb9-e35a-4a6c-8685-851b2f0d6f8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-09T13:11:45.240Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-09T13:11:45.240Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-09T13:11:45.242Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-09T13:11:45.242Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831505240, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:11:45.342Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-09T13:11:45.343Z||pool-156-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-09T13:11:45.343Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:11:45.364Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:11:45.365Z||pool-156-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-09T13:11:46.297Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:11:46.298Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|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-09T13:11:46.298Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:11:56.608Z|001eafb9-e35a-4a6c-8685-851b2f0d6f8b|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:11:56.609Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:11:56.610Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:11:56.610Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:11:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:11:59.357Z||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-09T13:11:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:11:59.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:11:59.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/resourceInstances/pnf0b875997da240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-template.yml", "status": "NOT_NOTIFIED" } 2022-03-09T13:11:59.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831339052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "NOTIFIED" } 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831351693, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831353903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUhdsqt81vkq4gcglugxk/1.0/artifacts/service-DemoPnfUhdsqt81vkq4gcglugxk-csar.csar", "status": "DEPLOY_OK" } 2022-03-09T13:11:59.509Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:12:06.191Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:06.193Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:06.195Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:12:06.195Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:15.768Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:15.769Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:15.770Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T13:12:15.770Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:25.324Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:25.325Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:25.325Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T13:12:25.326Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:34.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:34.888Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:34.889Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-09T13:12:34.889Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:44.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:44.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:44.434Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:12:44.435Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:53.987Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:12:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:59.357Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:12:59.357Z||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-09T13:12:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:12:59.883Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:12:59.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-09T13:12:59.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "001eafb9-e35a-4a6c-8685-851b2f0d6f8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646831505240, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-09T13:12:59.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-09T13:13:08.908Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:13:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:13:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:13:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:13:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:13:59.357Z||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-09T13:13:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:14:08.911Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:14:08.927Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:14:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:14:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:14:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:14:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:14:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T13:14:59.358Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:15:08.965Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:15:08.968Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:15:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:15:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:15:59.353Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:15:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:15:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:15:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:16:08.909Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:16:08.912Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:16:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:16:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:16:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:16:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:16:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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-09T13:16:59.357Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:17:08.919Z|99f6766a-2cc0-417b-b9a9-9ba55995edf0|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:17:08.919Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:17:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:17:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:17:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:17:59.357Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:17:59.358Z||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-09T13:17:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:18:08.915Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:18:08.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:18:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:18:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:18:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:18:59.358Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:18:59.359Z||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-09T13:18:59.359Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:19:08.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:19:08.948Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:19:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:19:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:19:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:19:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:19:59.357Z||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-09T13:19:59.357Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:20:08.908Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:20:08.909Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:20:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:20:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:20:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:20:59.357Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:20:59.358Z||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-09T13:20:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:21:08.926Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:21:08.930Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:21:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:21:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:21:59.352Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:21:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:21:59.358Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T13:21:59.358Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:22:08.907Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:22:08.911Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:22:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:22:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:22:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:22:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:22:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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-09T13:22:59.357Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:23:08.908Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:23:08.921Z|391cefe8-6b36-4dc1-91e2-823d117cfeec|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:23:30.999Z||http-nio-8085-exec-3|||||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-09T13:23:59.350Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:23:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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-09T13:23:59.351Z|d55382b3-9820-4227-8074-56b6a2663c8a|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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:23:59.357Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-09T13:23:59.358Z||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-09T13:23:59.358Z||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 LEVeY6eqxQJ2gsCO) ... 2022-03-09T13:24:08.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-09T13:24:08.939Z|d55382b3-9820-4227-8074-56b6a2663c8a|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK