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-12T03:13:43.241Z||main|||||INFO|500||The following profiles are active: basic 2022-03-12T03:13:56.573Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-12T03:13:56.576Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-12T03:13:56.789Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-12T03:14:01.606Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-12T03:14:02.074Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-12T03:14:02.614Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-12T03:14:02.705Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-12T03:14:02.832Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-12T03:14:03.140Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-12T03:14:03.774Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-12T03:14:05.551Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-12T03:14:08.279Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-12T03:14:08.365Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-12T03:14:09.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-12T03:14:09.460Z||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-12T03:14:11.047Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-12T03:14:12.842Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-12T03:14:12.888Z||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$$2538ded1.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-12T03:14:12.889Z||main|||||WARN|500||The sdc end point is not alive 2022-03-12T03:14:17.144Z||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-12T03:14:20.724Z||main|||||WARN|500||--- 2022-03-12T03:14:20.724Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-12T03:14:20.725Z||main|||||WARN|500||--- 2022-03-12T03:14:21.243Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-12T03:14:27.329Z||main|||||INFO|500||Started Application in 47.61 seconds (JVM running for 49.847) 2022-03-12T03:14:27.385Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-12T03:14:27.420Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-12T03:14:27.464Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-12T03:14:27.491Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-12T03:14:27.573Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a39e48f1-4824-48a2-bc78-bcde02a34e73 url= /sdc/v1/artifactTypes 2022-03-12T03:14:27.573Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-12T03:14:27.907Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-12T03:14:27.967Z||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-12T03:14:27.994Z||scheduling-1|||||DEBUG|500||create keys 2022-03-12T03:14:28.004Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-12T03:14:28.106Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:14:28.131Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3035761d-9f06-4623-9a45-0e47a7bf3d79 url= /sdc/v1/registerForDistribution 2022-03-12T03:14:28.389Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3035761d-9f06-4623-9a45-0e47a7bf3d79 url= /sdc/v1/registerForDistribution 2022-03-12T03:14:28.391Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-12T03:14:28.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:14:28.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:14:28.414Z||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-12T03:14:28.414Z||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-12T03:14:28.414Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:14:28.414Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:14:28.417Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-12T03:14:38.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:14:38.883Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:15:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:15:28.404Z||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-12T03:15:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:15:28.407Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:15:28.408Z||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-12T03:15:28.408Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:15:37.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:15:38.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:16:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:16:28.405Z||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-12T03:16:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:16:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:16:28.407Z||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-12T03:16:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:16:38.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:16:38.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:17:28.403Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:17:28.404Z||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-12T03:17:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:17:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:17:28.406Z||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-12T03:17:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:17:37.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:17:37.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:18:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:18:28.404Z||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-12T03:18:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:18:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:18:28.407Z||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-12T03:18:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:18:37.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:18:37.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:19:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:19:28.404Z||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-12T03:19:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:19:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:19:28.407Z||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-12T03:19:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:19:37.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:19:37.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:20:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:20:28.404Z||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-12T03:20:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:20:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:20:28.407Z||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-12T03:20:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:20:37.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:20:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:21:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:21:28.404Z||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-12T03:21:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:21:28.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:21:28.407Z||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-12T03:21:28.408Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:21:37.972Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:21:37.972Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:22:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:22:28.405Z||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-12T03:22:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:22:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:22:28.406Z||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-12T03:22:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:22:37.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:22:37.960Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:23:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:23:28.406Z||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-12T03:23:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:23:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:23:28.406Z||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-12T03:23:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:23:37.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:23:37.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:23:51.622Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-12T03:24:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:24:28.404Z||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-12T03:24:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:24:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:24:28.406Z||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-12T03:24:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:24:37.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:24:37.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:25:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:25:28.404Z||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-12T03:25:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:25:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:25:28.406Z||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-12T03:25:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:25:37.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:25:37.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:26:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:26:28.404Z||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-12T03:26:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:26:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:26:28.406Z||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-12T03:26:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:26:37.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:26:37.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:27:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:27:28.404Z||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-12T03:27:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:27:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:27:28.407Z||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-12T03:27:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:27:37.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:27:37.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:28:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:28:28.404Z||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-12T03:28:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:28:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:28:28.406Z||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-12T03:28:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:28:37.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:28:37.968Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:29:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:29:28.404Z||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-12T03:29:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:29:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:29:28.406Z||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-12T03:29:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:29:37.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:29:37.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:30:28.403Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:30:28.404Z||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-12T03:30:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:30:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:30:28.406Z||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-12T03:30:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:30:37.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:30:37.968Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:31:28.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:31:28.404Z||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-12T03:31:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:31:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:31:28.408Z||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-12T03:31:28.408Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:31:37.959Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:31:37.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:32:28.403Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:32:28.404Z||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-12T03:32:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:32:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:32:28.407Z||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-12T03:32:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:32:37.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:32:37.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:33:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:33:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:33:28.406Z||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-12T03:33:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:33:28.407Z||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-12T03:33:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:33:37.969Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:33:37.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:34:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:34:28.404Z||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-12T03:34:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:34:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:34:28.406Z||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-12T03:34:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:34:37.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:34:37.970Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:35:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:35:28.404Z||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-12T03:35:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:35:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:35:28.406Z||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-12T03:35:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:35:37.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:35:37.965Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:36:28.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:36:28.405Z||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-12T03:36:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:36:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:36:28.407Z||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-12T03:36:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:36:37.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:36:37.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:37:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:37:28.404Z||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-12T03:37:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:37:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:37:28.406Z||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-12T03:37:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:37:37.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:37:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:38:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:38:28.404Z||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-12T03:38:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:38:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:38:28.407Z||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-12T03:38:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:38:37.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:38:37.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:39:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:39:28.404Z||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-12T03:39:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:39:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:39:28.408Z||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-12T03:39:28.408Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:39:37.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:39:37.965Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:40:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:40:28.404Z||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-12T03:40:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:40:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:40:28.407Z||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-12T03:40:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:40:37.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:40:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:41:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:41:28.404Z||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-12T03:41:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:41:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:41:28.406Z||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-12T03:41:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:41:37.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:41:37.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:42:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:42:28.404Z||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-12T03:42:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:42:28.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:42:28.407Z||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-12T03:42:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:42:37.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:42:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:43:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:43:28.404Z||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-12T03:43:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:43:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:43:28.406Z||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-12T03:43:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:43:37.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:43:37.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:44:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:44:28.405Z||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-12T03:44:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:44:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:44:28.407Z||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-12T03:44:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:44:37.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:44:37.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:45:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:45:28.404Z||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-12T03:45:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:45:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:45:28.406Z||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-12T03:45:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:45:37.945Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:45:37.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:28.403Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:46:28.404Z||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-12T03:46:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:46:28.406Z||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-12T03:46:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:37.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T03:46:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"81f608b7-1465-4e9a-a02b-13c8d1302dde","serviceName":"vFW 2022-03-12 03-43-44","serviceVersion":"1.0","serviceUUID":"7cfc4477-7d8b-4c3c-a121-a82249f91955","serviceDescription":"catalog service description","serviceInvariantUUID":"9ff5572c-686c-4f0d-bda9-b96dde11f604","resources":[{"resourceInstanceName":"vFW b823c3e6-fae3 0","resourceName":"vFW b823c3e6-fae3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cdb90be-e4fb-495c-974c-8328360835fd","resourceInvariantUUID":"f35f081e-bfac-4022-8f68-403523b80c29","resourceCustomizationUUID":"e2218dbe-ddac-446a-b914-cbadb2122170","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml","artifactChecksum":"NWRlZTRjZmVhNzU5ZGRkZjhmMzU5YWE1YTZlOGM1ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3347135d-a0fb-437f-bd50-dda4cd3e456d","artifactVersion":"1"},{"artifactName":"vfwb823c3e6fae30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json","artifactChecksum":"ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"36abfb02-89c9-431a-b3b1-3a5deb244bdb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84aeac57-075c-4f81-98aa-2399009ec2f2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml","artifactChecksum":"MTgzMGEyOTZjZGExNDc5ZDlhMDA5NmI2MjVkNDE5MjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbbda5cd-58e8-47f0-9119-5a1024f8fbb4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"240af746-63d7-4012-b7f9-cade02ed50aa","artifactVersion":"2","generatedFromUUID":"84aeac57-075c-4f81-98aa-2399009ec2f2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220312034344-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml","artifactChecksum":"NDdiNWQ0MTQyMTcwZWEyMzNjNTRkMzk2MTg0MjQ2YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d166808-e9b0-4a32-87a5-761bd65be508","artifactVersion":"1"},{"artifactName":"service-Vfw20220312034344-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar","artifactChecksum":"YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"612a1e04-8f0f-476c-b6af-77fc215eba58","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T03:46:37.354Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:37.363Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:37.375Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:37.375Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:46:37.476Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-12T03:46:37.480Z||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-12T03:46:37.480Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:37.505Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:37.506Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":6,"count":1} 2022-03-12T03:46:37.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:37.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:46:37.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:46:37.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:46:38.383Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:38.384Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:38.386Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:38.386Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOTIFIED" } 2022-03-12T03:46:38.486Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:38.487Z||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-12T03:46:38.488Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:38.510Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:38.511Z||pool-4-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:39.387Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:39.388Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:39.391Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:39.391Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-12T03:46:39.491Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:39.493Z||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-12T03:46:39.493Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:39.506Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:39.507Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:40.392Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:40.393Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:40.398Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:40.398Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:46:40.496Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-12T03:46:40.497Z||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-12T03:46:40.498Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:40.546Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:40.547Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:46:41.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:41.400Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:41.402Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:41.403Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-12T03:46:41.504Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T03:46:41.505Z||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-12T03:46:41.505Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:41.517Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:41.518Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:42.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:42.404Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:42.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:42.407Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:46:42.507Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:42.509Z||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-12T03:46:42.509Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:42.536Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:42.538Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:43.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:46:43.409Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:43.412Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:43.412Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:46:43.513Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:43.514Z||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-12T03:46:43.514Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:43.527Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:43.528Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:44.416Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "serviceName": "vFW 2022-03-12 03-43-44", "serviceVersion": "1.0", "serviceUUID": "7cfc4477-7d8b-4c3c-a121-a82249f91955", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9ff5572c-686c-4f0d-bda9-b96dde11f604", "resources": [ { "resourceInstanceName": "vFW b823c3e6-fae3 0", "resourceCustomizationUUID": "e2218dbe-ddac-446a-b914-cbadb2122170", "resourceName": "vFW b823c3e6-fae3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6cdb90be-e4fb-495c-974c-8328360835fd", "resourceInvariantUUID": "f35f081e-bfac-4022-8f68-403523b80c29", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwb823c3e6fae30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "artifactChecksum": "ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36abfb02-89c9-431a-b3b1-3a5deb244bdb", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "84aeac57-075c-4f81-98aa-2399009ec2f2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "240af746-63d7-4012-b7f9-cade02ed50aa", "generatedFromUUID": "84aeac57-075c-4f81-98aa-2399009ec2f2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "240af746-63d7-4012-b7f9-cade02ed50aa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220312034344-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "artifactChecksum": "YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "612a1e04-8f0f-476c-b6af-77fc215eba58" } ], "workloadContext": "Production" } 2022-03-12T03:46:44.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T03:46:44.419Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cfc4477-7d8b-4c3c-a121-a82249f91955 ASDC 2022-03-12T03:46:44.549Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:81f608b7-1465-4e9a-a02b-13c8d1302dde ServiceName:vFW 2022-03-12 03-43-44 ServiceVersion:1.0 ServiceUUID:7cfc4477-7d8b-4c3c-a121-a82249f91955 ServiceInvariantUUID:9ff5572c-686c-4f0d-bda9-b96dde11f604 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220312034344-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar ArtifactUUID:612a1e04-8f0f-476c-b6af-77fc215eba58 ArtifactChecksum:YmYzNjY5ZTc0ZDhlNjYzM2M3MmVjN2Y0YWE5NTY0NTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW b823c3e6-fae3 0 ResourceCustomizationUUID:e2218dbe-ddac-446a-b914-cbadb2122170 ResourceInvariantUUID:f35f081e-bfac-4022-8f68-403523b80c29 ResourceName:vFW b823c3e6-fae3 ResourceType:VF ResourceUUID:6cdb90be-e4fb-495c-974c-8328360835fd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwb823c3e6fae30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json ArtifactUUID:36abfb02-89c9-431a-b3b1-3a5deb244bdb ArtifactChecksum:ZWJmMjM4ZWM2ZjAxZTAyZjYyYTI5NzAwYTg2YTAyZTA= 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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml ArtifactUUID:84aeac57-075c-4f81-98aa-2399009ec2f2 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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ArtifactUUID:240af746-63d7-4012-b7f9-cade02ed50aa 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/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ArtifactUUID:240af746-63d7-4012-b7f9-cade02ed50aa ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T03:46:44.549Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cfc4477-7d8b-4c3c-a121-a82249f91955 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-12T03:46:44.816Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:46:44.818Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:46:44.820Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:46:44.820Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 612a1e04-8f0f-476c-b6af-77fc215eba58 from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:44.821Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:46:44.822Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:45.264Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:46:45.285Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 612a1e04-8f0f-476c-b6af-77fc215eba58 98972 2022-03-12T03:46:45.287Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar ASDC sendASDCNotification 2022-03-12T03:46:45.287Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:45.288Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:46:45.290Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:45.292Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:45.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056805285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:46:45.393Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:45.394Z||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-12T03:46:45.394Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:45.408Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:45.408Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:46:46.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:46:46.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:46:46.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 612a1e04-8f0f-476c-b6af-77fc215eba58, URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar to file: /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:46.298Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220312034344-csar.csar 2022-03-12T03:46:46.402Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:46.403Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:47.204Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8779206686546645236/Definitions/service-Vfw20220312034344-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-12T03:46:50.057Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T03:46:50.064Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-12T03:46:50.065Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.066Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.067Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b823c3e6-fae3 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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.068Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-Vfw20220312034344-csar.csar 2022-03-12T03:46:50.069Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-12T03:46:50.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.080Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.084Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:50.085Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-12T03:46:50.086Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:46:50.088Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-12T03:46:50.089Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:46:50.090Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.090Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:50.095Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.096Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.097Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-12T03:46:50.097Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.098Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.099Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.100Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T03:46:50.102Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.102Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:50.103Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:50.103Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:50.104Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:50.105Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-12T03:46:50.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.107Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.108Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c67daf8c-2131-43ff-91bb-e724fe5c4d49 2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:50.109Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-12T03:46:50.110Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.111Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-12T03:46:50.111Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.112Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c55f20e5-3f24-4e92-89f4-2c6d61e70ee6 2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:50.113Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-12T03:46:50.114Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-12T03:46:50.115Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:50.116Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da87493b-686e-4b0f-8809-77b7eb0f2c45 2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.117Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.118Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:50.119Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-12 03-43-44 Description:catalog service description Model UUID:7cfc4477-7d8b-4c3c-a121-a82249f91955 Model Version:NULL Model InvariantUuid:9ff5572c-686c-4f0d-bda9-b96dde11f604 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW b823c3e6-fae3 Model UUID:7b69702d-57c0-4b96-8cd8-557c1a0dd7e6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f35f081e-bfac-4022-8f68-403523b80c29 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e2218dbe-ddac-446a-b914-cbadb2122170 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f8b904c8-3124-4d94-99c6-efb7865abbb2 ModelName:VfwB823c3e6Fae3..base_vfw..module-0 ModelUuid:3a6b2185-be1f-4c20-a2a3-eb2f05431348 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c67daf8c-2131-43ff-91bb-e724fe5c4d49 ModelInvariantUuid:ec2de3a1-68a3-4204-beb3-043ab5b1b58c ModelName:vFW b823c3e6-fae3-nodes.vfwCvfc ModelUuid:219a82eb-033a-40de-9b25-3c80866b5d26 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b93da1de-98ea-4e99-bf5a-0e2d2204aba8 ModelInvariantUuid:d79594dc-c314-46fe-84fc-c151b56561f7 ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vfw ModelUuid:e3794366-5adc-476e-a596-7afad3431437 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c55f20e5-3f24-4e92-89f4-2c6d61e70ee6 ModelInvariantUuid:4a5633ee-aa7d-4aca-9e1b-d29260b361ee ModelName:vFW b823c3e6-fae3-nodes.vsnCvfc ModelUuid:8329c34f-fa6a-47c7-9012-c175f5d943dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f6c15c99-8f07-46e6-bc42-14be24db412f ModelInvariantUuid:27614e55-80bb-472d-94b9-00e131853930 ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vsn ModelUuid:258578a2-70d0-4743-9eb6-c53ba0045a7f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:da87493b-686e-4b0f-8809-77b7eb0f2c45 ModelInvariantUuid:799517a5-00b8-4e7e-9b98-6ec9cdca6d74 ModelName:vFW b823c3e6-fae3-nodes.vpgCvfc ModelUuid:3955dbd0-0e88-4364-99b6-0a99fab8c9f9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:12a30a10-1080-4895-9be4-6b22909b7749 ModelInvariantUuid:a368d650-3043-42bd-b4ce-6894c61f8c26 ModelName:VfwB823c3e6Fae3.compute.nodes.heat.vpg ModelUuid:594fee0f-b5fc-48b2-9c9b-b2b3a9fd7927 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-12T03:46:50.212Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cdb90be-e4fb-495c-974c-8328360835fd 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-12T03:46:50.355Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||vFW b823c3e6-fae3 0 2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cdb90be-e4fb-495c-974c-8328360835fd 2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36abfb02-89c9-431a-b3b1-3a5deb244bdb from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:46:50.366Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 2022-03-12T03:46:50.656Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 36abfb02-89c9-431a-b3b1-3a5deb244bdb 785 2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json ASDC sendASDCNotification 2022-03-12T03:46:50.657Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 2022-03-12T03:46:50.658Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:46:50.658Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:50.662Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:50.662Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056810657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:46:50.762Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T03:46:50.764Z||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-12T03:46:50.764Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:50.776Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:50.777Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:46:51.671Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB823c3e6Fae3..base_vfw..module-0", "vfModuleModelInvariantUUID": "f8b904c8-3124-4d94-99c6-efb7865abbb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a6b2185-be1f-4c20-a2a3-eb2f05431348", "vfModuleModelCustomizationUUID": "fd3c5e90-265b-4edd-b5c0-83c8b14cded1", "isBase": true, "artifacts": [ "84aeac57-075c-4f81-98aa-2399009ec2f2", "240af746-63d7-4012-b7f9-cade02ed50aa" ], "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-12T03:46:51.694Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB823c3e6Fae3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a6b2185-be1f-4c20-a2a3-eb2f05431348 VfModuleModelInvariantUUID:f8b904c8-3124-4d94-99c6-efb7865abbb2 VfModuleModelDescription:NULL Artifacts UUID List:{ 84aeac57-075c-4f81-98aa-2399009ec2f2 , 240af746-63d7-4012-b7f9-cade02ed50aa } 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-12T03:46:51.700Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwB823c3e6Fae3..base_vfw..module-0", "vfModuleModelInvariantUUID": "f8b904c8-3124-4d94-99c6-efb7865abbb2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a6b2185-be1f-4c20-a2a3-eb2f05431348", "vfModuleModelCustomizationUUID": "fd3c5e90-265b-4edd-b5c0-83c8b14cded1", "isBase": true, "artifacts": [ "84aeac57-075c-4f81-98aa-2399009ec2f2", "240af746-63d7-4012-b7f9-cade02ed50aa" ], "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-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwB823c3e6Fae3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a6b2185-be1f-4c20-a2a3-eb2f05431348 VfModuleModelInvariantUUID:f8b904c8-3124-4d94-99c6-efb7865abbb2 VfModuleModelDescription:NULL Artifacts UUID List:{ 84aeac57-075c-4f81-98aa-2399009ec2f2 , 240af746-63d7-4012-b7f9-cade02ed50aa } 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-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 84aeac57-075c-4f81-98aa-2399009ec2f2 from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 2022-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:46:51.701Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 2022-03-12T03:46:52.071Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 84aeac57-075c-4f81-98aa-2399009ec2f2 20368 2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 2022-03-12T03:46:52.072Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:46:52.073Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:52.075Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:52.076Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056812072, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:46:52.176Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:52.177Z||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-12T03:46:52.177Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:52.196Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:52.197Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:53.077Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240af746-63d7-4012-b7f9-cade02ed50aa from URL: /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 2022-03-12T03:46:53.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:46:53.078Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 2022-03-12T03:46:53.128Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:46:53.128Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 240af746-63d7-4012-b7f9-cade02ed50aa 2098 2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:46:53.129Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:53.133Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:53.133Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056813128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:46:53.233Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:53.234Z||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-12T03:46:53.234Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:53.247Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:53.248Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:54.134Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7cfc4477-7d8b-4c3c-a121-a82249f91955 2022-03-12T03:46:54.134Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b823c3e6-fae3 0 6cdb90be-e4fb-495c-974c-8328360835fd 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-12T03:46:54.267Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71adcc30, org.onap.sdc.toscaparser.api.parameters.Input@769a3602, org.onap.sdc.toscaparser.api.parameters.Input@35705a0f, org.onap.sdc.toscaparser.api.parameters.Input@94a44f8, org.onap.sdc.toscaparser.api.parameters.Input@1619d5ad] 2022-03-12T03:46:54.272Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.272Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e2218dbe-ddac-446a-b914-cbadb2122170 2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e2218dbe-ddac-446a-b914-cbadb2122170 matches Tosca VF Customization UUID: e2218dbe-ddac-446a-b914-cbadb2122170 2022-03-12T03:46:54.273Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e2218dbe-ddac-446a-b914-cbadb2122170 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-12T03:46:54.290Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.291Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e2218dbe-ddac-446a-b914-cbadb2122170: {\"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-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e9c1327 2022-03-12T03:46:54.293Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T03:46:54.294Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd3c5e90-265b-4edd-b5c0-83c8b14cded1 2022-03-12T03:46:54.296Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd3c5e90-265b-4edd-b5c0-83c8b14cded1 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-12T03:46:54.309Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.310Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.310Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:54.311Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.311Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:54.312Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-12T03:46:54.313Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-12T03:46:54.314Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-12T03:46:54.314Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-12T03:46:54.315Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.316Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c67daf8c-2131-43ff-91bb-e724fe5c4d49 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-12T03:46:54.334Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.335Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.335Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:54.336Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-12T03:46:54.337Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.338Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-12T03:46:54.339Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.339Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c55f20e5-3f24-4e92-89f4-2c6d61e70ee6 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-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.346Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is not matching search criteria 2022-03-12T03:46:54.349Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-12T03:46:54.350Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.351Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-12T03:46:54.352Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-12T03:46:54.353Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=da87493b-686e-4b0f-8809-77b7eb0f2c45 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-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.356Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Node template vFW b823c3e6-fae3 0 is matching search criteria 2022-03-12T03:46:54.357Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW b823c3e6-fae3 0] matching following query criteria: sdcType=VF, customizationUUID=e2218dbe-ddac-446a-b914-cbadb2122170 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-12T03:46:54.359Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.359Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7cfc4477-7d8b-4c3c-a121-a82249f91955: vFW b823c3e6-fae3 2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.360Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.361Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:46:54.362Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-12 03-43-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:46:54.363Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-12 03-43-44 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-12T03:46:54.729Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b823c3e6-fae3 6cdb90be-e4fb-495c-974c-8328360835fd 1 ASDC deployResourceStructure 2022-03-12T03:46:54.730Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json ASDC sendASDCNotification 2022-03-12T03:46:54.730Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json 2022-03-12T03:46:54.731Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:46:54.731Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:54.733Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:54.734Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056814730, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:46:54.856Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 122 ms 2022-03-12T03:46:54.857Z||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-12T03:46:54.857Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:54.922Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:54.924Z||pool-14-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml 2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:46:55.736Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:55.738Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:55.738Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056815735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-12T03:46:55.838Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:55.840Z||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-12T03:46:55.840Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:55.851Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:55.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:56.739Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env 2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:46:56.740Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:56.744Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:56.744Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056816739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-12T03:46:56.844Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:56.845Z||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-12T03:46:56.845Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:56.858Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:56.859Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:57.745Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar ASDC sendASDCNotification 2022-03-12T03:46:57.745Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar 2022-03-12T03:46:57.746Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:46:57.746Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:46:57.748Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:46:57.748Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056817745, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:46:57.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:46:57.850Z||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-12T03:46:57.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:46:57.863Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:46:57.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:46:58.749Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:46:58.774Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:46:58.776Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:46:58.776Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:46:58.777Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:47:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:47:28.407Z||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-12T03:47:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:47:28.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:47:28.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:47:28.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:47:28.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:47:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:47:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:47:28.435Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:47:28.777Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:47:28.788Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:47:28.790Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:47:58.791Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:47:58.803Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:47:58.805Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:47:58.805Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:47:58.827Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:48:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:48:28.407Z||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-12T03:48:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:48:28.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:48:28.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:48:28.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:48:28.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:48:28.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:48:28.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:48:28.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:48:28.829Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:48:28.839Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:48:28.841Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:48:28.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:48:28.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:48:58.842Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:48:58.853Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:48:58.855Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:48:58.855Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:48:58.856Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:49:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:49:28.407Z||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-12T03:49:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:49:28.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:49:28.856Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:49:28.869Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T03:49:28.872Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T03:49:28.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOTIFIED" } 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOTIFIED" } 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOTIFIED" } 2022-03-12T03:49:28.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-12T03:49:28.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-12T03:49:28.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "dcae-sch", "timestamp": 1647056795462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056788403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056790936, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056796455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056794700, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056788493, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056797144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056797339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056804046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056803956, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056804899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056804121, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:28.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056805285, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056805425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "cds", "timestamp": 1647056804976, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-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-12T03:49:29.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.008Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056805909, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056806825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.020Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "policy-id", "timestamp": 1647056806913, "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-12T03:49:29.027Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.027Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056808147, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056809216, "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-12T03:49:29.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "multicloud-k8s-id", "timestamp": 1647056810220, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056810657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056809898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.055Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.056Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056810903, "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-12T03:49:29.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056812072, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.075Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "ves-openapi-manager", "timestamp": 1647056798232, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056813128, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056805984, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056813636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.078Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056814730, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/vfwb823c3e6fae30_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056813971, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056815648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056815735, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "cds", "timestamp": 1647056815008, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-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-12T03:49:29.102Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.102Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:29.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "clamp", "timestamp": 1647056816653, "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-12T03:49:29.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056816739, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/resourceInstances/vfwb823c3e6fae30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.126Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647056817745, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOTIFIED" } 2022-03-12T03:49:29.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T03:49:29.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T03:49:29.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "dcae-sch", "timestamp": 1647056815463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056816455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056817339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056824388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056825246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056825392, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056825045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220312034344/1.0/artifacts/service-Vfw20220312034344-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056818492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "policy-id", "timestamp": 1647056826395, "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-12T03:49:29.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:29.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056826563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.165Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "aai-ml", "timestamp": 1647056826050, "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-12T03:49:29.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81f608b7-1465-4e9a-a02b-13c8d1302dde 2022-03-12T03:49:29.172Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:29.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056826454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056827851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOTIFIED" } 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056828872, "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-12T03:49:29.193Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.194Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:29.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056828691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "multicloud-k8s-id", "timestamp": 1647056829879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647056829696, "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-12T03:49:29.209Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.209Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:29.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.224Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.224Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.225Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:49:29.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056827144, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056827054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.228Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056834900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056839632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.229Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056841643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.230Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.230Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.230Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "clamp", "timestamp": 1647056842649, "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-12T03:49:29.236Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.236Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:29.248Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.248Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056842935, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:49:29.249Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:49:29.249Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:49:29.249Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "aai-ml", "timestamp": 1647056843940, "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-12T03:49:29.257Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac02376f-1d9d-4c83-8c10-0755f3272742 2022-03-12T03:49:29.258Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:49:58.873Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:49:58.885Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:49:58.888Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:49:58.888Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.889Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:49:58.890Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-12T03:49:58.895Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T03:50:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:50:28.407Z||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-12T03:50:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:28.896Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde 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-12T03:50:28.905Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 81f608b7-1465-4e9a-a02b-13c8d1302dde and serviceModelVersionId: 7cfc4477-7d8b-4c3c-a121-a82249f91955 2022-03-12T03:50:28.905Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ff5572c-686c-4f0d-bda9-b96dde11f604 2022-03-12T03:50:37.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:45.106Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0 2022-03-12T03:50:45.226Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T03:50:45.758Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?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-12T03:50:45.764Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|INFO|500||Invoke 2022-03-12T03:50:45.893Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T03:50:46.252Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0|INFO|500||InvokeReturn 2022-03-12T03:50:46.254Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ff5572c-686c-4f0d-bda9-b96dde11f604/model-vers/model-ver/7cfc4477-7d8b-4c3c-a121-a82249f91955?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-03:50:44:629-23100], vertex-id=[196848], Content-Length=[0], Date=[Sat, 12 Mar 2022 03:50:44 GMT], Content-Type=[application/json]} 2022-03-12T03:50:46.254Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-12T03:50:46.258Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T03:50:46.258Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-12T03:50:46.264Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||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-12T03:50:46.265Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 81f608b7-1465-4e9a-a02b-13c8d1302dde and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T03:50:46.266Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T03:50:46.267Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:46.269Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:46.269Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057046265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T03:50:46.369Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:50:46.371Z||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-12T03:50:46.371Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:46.383Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:46.383Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-12T03:50:47.282Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:50:47.283Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|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-12T03:50:47.284Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:51.644Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:51.645Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T03:50:51.645Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac02376f-1d9d-4c83-8c10-0755f3272742","serviceName":"basic_onboard_ndlbHi","serviceVersion":"1.0","serviceUUID":"c8f50342-39e0-4e36-8e75-2d73c13961bf","serviceDescription":"service","serviceInvariantUUID":"0806ce80-777f-4a7e-b6e8-e37ee7480717","resources":[{"resourceInstanceName":"basic_onboard_ndlbHi 0","resourceName":"basic_onboard_ndlbHi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb33b615-ab9b-4d29-ab4e-d43e44945843","resourceInvariantUUID":"7b8e56c2-fda2-4840-bf07-fbf53f5f4b83","resourceCustomizationUUID":"5d03dfbd-42fe-46d5-b831-bb13e03d974b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml","artifactChecksum":"NGRhNTE4M2MwYTY3YmE4OGVjZDcwZjcxZDBkYWIwNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8cd383ba-c895-45ad-aafe-3286b518467c","artifactVersion":"1"},{"artifactName":"basic_onboard_ndlbhi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json","artifactChecksum":"ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04e53dd7-5727-43b9-80b7-4f7d74aa211a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7943a99-407c-4337-8978-938a497aef39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50c050f7-9933-4c58-a2e5-d7b6da3bb87c","artifactVersion":"2","generatedFromUUID":"8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNdlbhi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml","artifactChecksum":"ZTJiMTI4NTgxNWU1ODYzMThkOWJiZDJhNTBjOWZhYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4e607f4-ef22-4832-87ac-ec735c4c5405","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNdlbhi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar","artifactChecksum":"ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e778c2f-d11c-48e4-a3c7-1a447319c4cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T03:50:51.648Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:51.648Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:51.650Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:51.650Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:50:51.751Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T03:50:51.751Z||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-12T03:50:51.752Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:51.764Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:51.765Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:50:52.651Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:52.652Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:52.654Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:52.654Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOTIFIED" } 2022-03-12T03:50:52.754Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:50:52.755Z||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-12T03:50:52.755Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:52.770Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:52.771Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:50:53.655Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:53.656Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:53.659Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:53.659Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T03:50:53.759Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:50:53.760Z||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-12T03:50:53.760Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:53.772Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:53.772Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:50:54.660Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:54.661Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:54.664Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:54.664Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:50:54.765Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T03:50:54.766Z||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-12T03:50:54.766Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:54.778Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:54.779Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:50:55.665Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:55.665Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:55.668Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:55.668Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T03:50:55.768Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T03:50:55.770Z||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-12T03:50:55.770Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:55.784Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:55.785Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:50:56.669Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:56.670Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:56.671Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:56.672Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:50:56.772Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:50:56.773Z||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-12T03:50:56.774Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:56.786Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:56.788Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:50:57.672Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:50:57.673Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:57.676Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:57.676Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:50:57.776Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:50:57.777Z||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-12T03:50:57.778Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:57.792Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:57.793Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:50:58.677Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "serviceName": "basic_onboard_ndlbHi", "serviceVersion": "1.0", "serviceUUID": "c8f50342-39e0-4e36-8e75-2d73c13961bf", "serviceDescription": "service", "serviceInvariantUUID": "0806ce80-777f-4a7e-b6e8-e37ee7480717", "resources": [ { "resourceInstanceName": "basic_onboard_ndlbHi 0", "resourceCustomizationUUID": "5d03dfbd-42fe-46d5-b831-bb13e03d974b", "resourceName": "basic_onboard_ndlbHi", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bb33b615-ab9b-4d29-ab4e-d43e44945843", "resourceInvariantUUID": "7b8e56c2-fda2-4840-bf07-fbf53f5f4b83", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ndlbhi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "artifactChecksum": "ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "04e53dd7-5727-43b9-80b7-4f7d74aa211a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "50c050f7-9933-4c58-a2e5-d7b6da3bb87c", "generatedFromUUID": "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "50c050f7-9933-4c58-a2e5-d7b6da3bb87c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNdlbhi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "artifactChecksum": "ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e778c2f-d11c-48e4-a3c7-1a447319c4cd" } ], "workloadContext": "Production" } 2022-03-12T03:50:58.678Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T03:50:58.678Z|81f608b7-1465-4e9a-a02b-13c8d1302dde|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8f50342-39e0-4e36-8e75-2d73c13961bf ASDC 2022-03-12T03:50:58.678Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ac02376f-1d9d-4c83-8c10-0755f3272742 ServiceName:basic_onboard_ndlbHi ServiceVersion:1.0 ServiceUUID:c8f50342-39e0-4e36-8e75-2d73c13961bf ServiceInvariantUUID:0806ce80-777f-4a7e-b6e8-e37ee7480717 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNdlbhi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar ArtifactUUID:9e778c2f-d11c-48e4-a3c7-1a447319c4cd ArtifactChecksum:ZDdjOGVlMDBkNWI2ODg2MTNkZjhhNTQ3YjE2NDBiZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ndlbHi 0 ResourceCustomizationUUID:5d03dfbd-42fe-46d5-b831-bb13e03d974b ResourceInvariantUUID:7b8e56c2-fda2-4840-bf07-fbf53f5f4b83 ResourceName:basic_onboard_ndlbHi ResourceType:VF ResourceUUID:bb33b615-ab9b-4d29-ab4e-d43e44945843 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ndlbhi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json ArtifactUUID:04e53dd7-5727-43b9-80b7-4f7d74aa211a ArtifactChecksum:ZDUyY2U4NTZjY2Q0OTI2ODNkNWQ1Yzg4MTI5MjA1YzI= 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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml ArtifactUUID:8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ArtifactUUID:50c050f7-9933-4c58-a2e5-d7b6da3bb87c 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/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ArtifactUUID:50c050f7-9933-4c58-a2e5-d7b6da3bb87c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T03:50:58.678Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8f50342-39e0-4e36-8e75-2d73c13961bf 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-12T03:50:58.709Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:50:58.710Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e778c2f-d11c-48e4-a3c7-1a447319c4cd from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:50:58.711Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:50:58.711Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:50:59.775Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:50:59.780Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 9e778c2f-d11c-48e4-a3c7-1a447319c4cd 71546 2022-03-12T03:50:59.781Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar ASDC sendASDCNotification 2022-03-12T03:50:59.782Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:50:59.782Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:50:59.783Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:50:59.785Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:50:59.785Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057059781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:50:59.885Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T03:50:59.887Z||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-12T03:50:59.888Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:50:59.903Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:50:59.904Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:00.786Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9e778c2f-d11c-48e4-a3c7-1a447319c4cd, URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar to file: /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:00.787Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:00.788Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:00.788Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:00.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4414451717867286077/Definitions/service-BasicOnboardNdlbhi-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-12T03:51:02.114Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T03:51:02.115Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-12T03:51:02.115Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.116Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ndlbHi 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-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:02.117Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:02.118Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.119Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria 2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-12T03:51:02.120Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.121Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:02.122Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T03:51:02.123Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d00b942e-59fb-4d55-bd4f-bf9fec9c4f42 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.124Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:02.125Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ndlbHi Description:service Model UUID:c8f50342-39e0-4e36-8e75-2d73c13961bf Model Version:NULL Model InvariantUuid:0806ce80-777f-4a7e-b6e8-e37ee7480717 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ndlbHi Model UUID:ed18477c-01c3-49e8-adbe-fd0476937155 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7b8e56c2-fda2-4840-bf07-fbf53f5f4b83 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5d03dfbd-42fe-46d5-b831-bb13e03d974b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8d50804a-9950-45e1-aada-61048775fc54 ModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0 ModelUuid:9a022715-ea5b-4481-b872-b43394a50080 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d00b942e-59fb-4d55-bd4f-bf9fec9c4f42 ModelInvariantUuid:39e94242-84b2-41b6-93e3-493a240cc7bf ModelName:basic_onboard_ndlbHi-nodes.ubuntu18Cvfc ModelUuid:42c2dc17-9ed9-4429-8631-e5ed957c09b1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:c984a086-55dc-4b53-bb78-be28cb53d33d ModelInvariantUuid:b4ff07f9-9e22-4b46-8aa3-4264600cf8b8 ModelName:BasicOnboardNdlbhi.compute.nodes.heat.ubuntu18 ModelUuid:5e9f053b-38e6-4980-94ac-a060c5e1dc5b 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-12T03:51:02.130Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: bb33b615-ab9b-4d29-ab4e-d43e44945843 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-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||basic_onboard_ndlbHi 0 2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb33b615-ab9b-4d29-ab4e-d43e44945843 2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 04e53dd7-5727-43b9-80b7-4f7d74aa211a from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:51:02.133Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 2022-03-12T03:51:02.287Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:51:02.287Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 04e53dd7-5727-43b9-80b7-4f7d74aa211a 798 2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json ASDC sendASDCNotification 2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 2022-03-12T03:51:02.288Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:51:02.289Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:02.310Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:02.311Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057062288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:02.392Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-03-12T03:51:02.393Z||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-12T03:51:02.393Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:02.408Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:02.409Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:03.311Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNdlbhi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8d50804a-9950-45e1-aada-61048775fc54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a022715-ea5b-4481-b872-b43394a50080", "vfModuleModelCustomizationUUID": "b2bda4b5-b955-4ccf-a19a-0cc634227ebe", "isBase": true, "artifacts": [ "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568", "50c050f7-9933-4c58-a2e5-d7b6da3bb87c" ], "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-12T03:51:03.318Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a022715-ea5b-4481-b872-b43394a50080 VfModuleModelInvariantUUID:8d50804a-9950-45e1-aada-61048775fc54 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 , 50c050f7-9933-4c58-a2e5-d7b6da3bb87c } 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-12T03:51:03.321Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNdlbhi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8d50804a-9950-45e1-aada-61048775fc54", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9a022715-ea5b-4481-b872-b43394a50080", "vfModuleModelCustomizationUUID": "b2bda4b5-b955-4ccf-a19a-0cc634227ebe", "isBase": true, "artifacts": [ "8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568", "50c050f7-9933-4c58-a2e5-d7b6da3bb87c" ], "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-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNdlbhi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9a022715-ea5b-4481-b872-b43394a50080 VfModuleModelInvariantUUID:8d50804a-9950-45e1-aada-61048775fc54 VfModuleModelDescription:NULL Artifacts UUID List:{ 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 , 50c050f7-9933-4c58-a2e5-d7b6da3bb87c } 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-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 2022-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:51:03.322Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 2022-03-12T03:51:03.578Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:51:03.579Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 8d15ad25-d1b0-4dbd-9c2c-c0f1f45ce568 5033 2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:51:03.580Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:03.584Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:03.584Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057063579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:03.684Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:03.685Z||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-12T03:51:03.686Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:03.699Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:03.700Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 50c050f7-9933-4c58-a2e5-d7b6da3bb87c from URL: /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-12T03:51:04.585Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 2022-03-12T03:51:04.877Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 50c050f7-9933-4c58-a2e5-d7b6da3bb87c 909 2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 2022-03-12T03:51:04.878Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:51:04.879Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:04.881Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:04.881Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057064878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:04.981Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:04.982Z||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-12T03:51:04.983Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:05.001Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:05.002Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:51:05.882Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c8f50342-39e0-4e36-8e75-2d73c13961bf 2022-03-12T03:51:05.882Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ndlbHi 0 bb33b615-ab9b-4d29-ab4e-d43e44945843 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-12T03:51:05.899Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c8085f4, org.onap.sdc.toscaparser.api.parameters.Input@37f9f176, org.onap.sdc.toscaparser.api.parameters.Input@19f320e9, org.onap.sdc.toscaparser.api.parameters.Input@41ab6cc2, org.onap.sdc.toscaparser.api.parameters.Input@296cfe26] 2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.901Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5d03dfbd-42fe-46d5-b831-bb13e03d974b 2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b matches Tosca VF Customization UUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b 2022-03-12T03:51:05.902Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5d03dfbd-42fe-46d5-b831-bb13e03d974b 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-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.904Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5d03dfbd-42fe-46d5-b831-bb13e03d974b: {\"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-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b45f51d 2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T03:51:05.905Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b2bda4b5-b955-4ccf-a19a-0cc634227ebe 2022-03-12T03:51:05.906Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b2bda4b5-b955-4ccf-a19a-0cc634227ebe 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-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:05.908Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:05.909Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is not matching search criteria 2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-12T03:51:05.910Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T03:51:05.911Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d00b942e-59fb-4d55-bd4f-bf9fec9c4f42 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-12T03:51:05.912Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.913Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ndlbHi 0 is matching search criteria 2022-03-12T03:51:05.914Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ndlbHi 0] matching following query criteria: sdcType=VF, customizationUUID=5d03dfbd-42fe-46d5-b831-bb13e03d974b 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-12T03:51:05.915Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.915Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c8f50342-39e0-4e36-8e75-2d73c13961bf: basic_onboard_ndlbHi 2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.916Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.917Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.917Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.918Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ndlbHi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:51:05.919Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ndlbHi 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-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ndlbHi bb33b615-ab9b-4d29-ab4e-d43e44945843 1 ASDC deployResourceStructure 2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json ASDC sendASDCNotification 2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json 2022-03-12T03:51:06.024Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:51:06.025Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:06.026Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:06.027Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057066024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:51:06.127Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:06.128Z||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-12T03:51:06.128Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:06.141Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:06.141Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml 2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:51:07.028Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:07.031Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:07.031Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057067028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-12T03:51:07.131Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:07.133Z||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-12T03:51:07.133Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:07.145Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:07.146Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env 2022-03-12T03:51:08.037Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:51:08.038Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:08.039Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:08.039Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057068037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-12T03:51:08.140Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:08.141Z||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-12T03:51:08.141Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:08.153Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:08.153Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:09.041Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar ASDC sendASDCNotification 2022-03-12T03:51:09.042Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar 2022-03-12T03:51:09.042Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:51:09.043Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:09.045Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:09.046Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057069041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:51:09.146Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:09.147Z||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-12T03:51:09.147Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:09.159Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:09.160Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:51:10.047Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:51:10.057Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T03:51:10.062Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:51:10.063Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-12T03:51:10.070Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T03:51:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:51:28.407Z||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-12T03:51:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:29.036Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:29.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "81f608b7-1465-4e9a-a02b-13c8d1302dde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057046265, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T03:51:29.038Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "NOTIFIED" } 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T03:51:29.040Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057047282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-12T03:51:29.041Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057059781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:29.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057062288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:29.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057063579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:29.043Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.043Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057064878, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T03:51:29.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057066024, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/basic_onboard_ndlbhi0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T03:51:29.044Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057067028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057068037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/resourceInstances/basic_onboard_ndlbhi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-12T03:51:29.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:29.046Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-12T03:51:29.046Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057069041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNdlbhi/1.0/artifacts/service-BasicOnboardNdlbhi-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:51:29.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:51:40.070Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac02376f-1d9d-4c83-8c10-0755f3272742 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-12T03:51:40.076Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac02376f-1d9d-4c83-8c10-0755f3272742 and serviceModelVersionId: c8f50342-39e0-4e36-8e75-2d73c13961bf 2022-03-12T03:51:40.076Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0806ce80-777f-4a7e-b6e8-e37ee7480717 2022-03-12T03:51:40.077Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0 2022-03-12T03:51:40.081Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T03:51:40.134Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?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-12T03:51:40.135Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|INFO|500||Invoke 2022-03-12T03:51:40.160Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T03:51:40.294Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0|INFO|500||InvokeReturn 2022-03-12T03:51:40.295Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0806ce80-777f-4a7e-b6e8-e37ee7480717/model-vers/model-ver/c8f50342-39e0-4e36-8e75-2d73c13961bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-03:51:38:891-49092], vertex-id=[151552], Content-Length=[0], Date=[Sat, 12 Mar 2022 03:51:38 GMT], Content-Type=[application/json]} 2022-03-12T03:51:40.295Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-12T03:51:40.296Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T03:51:40.296Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||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-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac02376f-1d9d-4c83-8c10-0755f3272742 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T03:51:40.302Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T03:51:40.303Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:51:40.305Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:51:40.305Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057100302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T03:51:40.405Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:51:40.407Z||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-12T03:51:40.407Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:40.425Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:40.426Z||pool-34-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-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T03:51:41.316Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:51:50.860Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:51:50.861Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:51:50.862Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T03:51:50.862Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:52:00.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:52:00.407Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:52:00.408Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T03:52:00.408Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:52:09.952Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T03:52:09.953Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:52:19.492Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:52:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:52:28.404Z||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-12T03:52:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:52:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:52:28.406Z||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-12T03:52:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:52:29.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:52:29.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-12T03:52:29.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ac02376f-1d9d-4c83-8c10-0755f3272742", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057100302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T03:52:29.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:52:37.948Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:53:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:53:28.404Z||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-12T03:53:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:53:28.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:53:28.406Z||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-12T03:53:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:53:37.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:53:37.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:54:28.403Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:54:28.405Z||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-12T03:54:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:54:28.406Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:54:28.406Z||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-12T03:54:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:54:37.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:54:37.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:55:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:55:28.405Z||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-12T03:55:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:55:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:55:28.407Z||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-12T03:55:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:55:37.952Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:55:37.952Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:56:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:56:28.404Z||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-12T03:56:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:56:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:56:28.406Z||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-12T03:56:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:56:37.944Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:56:37.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:57:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:57:28.405Z||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-12T03:57:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:57:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:57:28.406Z||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-12T03:57:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:57:37.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:57:37.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:58:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:58:28.404Z||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-12T03:58:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:58:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:58:28.406Z||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-12T03:58:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:58:37.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:58:37.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:28.403Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:59:28.404Z||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-12T03:59:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T03:59:28.407Z||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-12T03:59:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:29.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:29.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"93959fce-a772-4cf7-b96c-85cd37ee2cc5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0085dca3-797b-4d5b-9cf0-df5085f03a67","serviceDescription":"service","serviceInvariantUUID":"29fe0abb-7cc1-493c-97ee-260e7bf2fdbc","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"03f4deee-50b9-419f-9e69-d81dd96843fb","resourceInvariantUUID":"69662f1f-e7ef-4a4e-a79c-17e9445f3ac6","resourceCustomizationUUID":"f832ff81-563c-4f4f-bd52-9eecacdb7e06","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":"YmU1YWZiMzViYzNkZDRiNzgzMWE5MmIzZDk4NjU4Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"150c7da6-d6fc-4a51-9b17-42bff6b80a69","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a621768-8f72-4180-9d41-ecdbd588290a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T03:59:29.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:29.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "cds", "timestamp": 1647057525936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.047Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:59:29.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:59:29.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.048Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.048Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "cds", "timestamp": 1647057525936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.048Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "cds", "timestamp": 1647057532707, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:29.049Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.049Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "cds", "timestamp": 1647057533714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-12T03:59:29.051Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:59:29.051Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057568403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-12T03:59:29.068Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5 2022-03-12T03:59:29.069Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "dcae-sch", "timestamp": 1647057535462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "policy-id", "timestamp": 1647057536455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "dcae-sch", "timestamp": 1647057535462, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "multicloud-k8s-id", "timestamp": 1647057537340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "policy-id", "timestamp": 1647057536455, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "multicloud-k8s-id", "timestamp": 1647057537340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "policy-id", "timestamp": 1647057539368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "ves-openapi-manager", "timestamp": 1647057538232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057538492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "policy-id", "timestamp": 1647057540380, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "ves-openapi-manager", "timestamp": 1647057538232, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057538492, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "policy-id", "timestamp": 1647057541384, "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-12T03:59:29.088Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5 2022-03-12T03:59:29.088Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057541717, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:29.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057543383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:59:29.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057544386, "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-12T03:59:29.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5 2022-03-12T03:59:29.106Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "aai-ml", "timestamp": 1647057544700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "aai-ml", "timestamp": 1647057544700, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "clamp", "timestamp": 1647057547144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "aai-ml", "timestamp": 1647057547727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "clamp", "timestamp": 1647057547144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "aai-ml", "timestamp": 1647057554383, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "clamp", "timestamp": 1647057555752, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "aai-ml", "timestamp": 1647057555387, "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-12T03:59:29.123Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5 2022-03-12T03:59:29.123Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "clamp", "timestamp": 1647057558753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:59:29.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T03:59:29.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "clamp", "timestamp": 1647057559758, "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-12T03:59:29.142Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93959fce-a772-4cf7-b96c-85cd37ee2cc5 2022-03-12T03:59:29.143Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:29.151Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:59:29.152Z||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-12T03:59:29.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:29.167Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:29.168Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:59:30.052Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T03:59:30.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:59:30.055Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:59:30.055Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057568403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T03:59:30.155Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:59:30.156Z||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-12T03:59:30.157Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:30.190Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:30.191Z||pool-36-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:59:31.056Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0085dca3-797b-4d5b-9cf0-df5085f03a67", "serviceDescription": "service", "serviceInvariantUUID": "29fe0abb-7cc1-493c-97ee-260e7bf2fdbc", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f832ff81-563c-4f4f-bd52-9eecacdb7e06", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "03f4deee-50b9-419f-9e69-d81dd96843fb", "resourceInvariantUUID": "69662f1f-e7ef-4a4e-a79c-17e9445f3ac6", "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": "YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a621768-8f72-4180-9d41-ecdbd588290a" } ], "workloadContext": "Production" } 2022-03-12T03:59:31.057Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T03:59:31.057Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0085dca3-797b-4d5b-9cf0-df5085f03a67 ASDC 2022-03-12T03:59:31.058Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:93959fce-a772-4cf7-b96c-85cd37ee2cc5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0085dca3-797b-4d5b-9cf0-df5085f03a67 ServiceInvariantUUID:29fe0abb-7cc1-493c-97ee-260e7bf2fdbc 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:6a621768-8f72-4180-9d41-ecdbd588290a ArtifactChecksum:YzQzZGVjYjk2ZjM1ZGI1Y2NhOTAxMGVjNTQ4NzVmZjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f832ff81-563c-4f4f-bd52-9eecacdb7e06 ResourceInvariantUUID:69662f1f-e7ef-4a4e-a79c-17e9445f3ac6 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:03f4deee-50b9-419f-9e69-d81dd96843fb ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-12T03:59:31.058Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0085dca3-797b-4d5b-9cf0-df5085f03a67 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-12T03:59:31.095Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:59:31.096Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a621768-8f72-4180-9d41-ecdbd588290a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T03:59:31.097Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-12T03:59:31.482Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6a621768-8f72-4180-9d41-ecdbd588290a 52487 2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-12T03:59:31.484Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T03:59:31.485Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:59:31.487Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:59:31.487Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057571484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T03:59:31.587Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:59:31.588Z||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-12T03:59:31.589Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:31.612Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:31.613Z||pool-37-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-12T03:59:32.488Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T03:59:32.490Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T03:59:32.491Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6a621768-8f72-4180-9d41-ecdbd588290a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:32.491Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-12T03:59:32.492Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:32.492Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:32.672Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18443326258974641579/Definitions/service-BasicNetwork-template.yml 2022-03-12T03:59:33.347Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T03:59:33.347Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.348Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-12T03:59:33.349Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T03:59:33.350Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.351Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.352Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0085dca3-797b-4d5b-9cf0-df5085f03a67 Model Version:NULL Model InvariantUuid:29fe0abb-7cc1-493c-97ee-260e7bf2fdbc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:69662f1f-e7ef-4a4e-a79c-17e9445f3ac6 Model UUID:01798cfb-d12c-4148-b637-7ee3f7b0c53d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f832ff81-563c-4f4f-bd52-9eecacdb7e06 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-12T03:59:33.362Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 03f4deee-50b9-419f-9e69-d81dd96843fb 2022-03-12T03:59:33.362Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||No resources found for Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67 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-12T03:59:33.369Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500|| 2022-03-12T03:59:33.369Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-12T03:59:33.370Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67 2022-03-12T03:59:33.370Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0085dca3-797b-4d5b-9cf0-df5085f03a67 2022-03-12T03:59:33.371Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-12T03:59:33.371Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T03:59:33.378Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@175644d6, org.onap.sdc.toscaparser.api.parameters.Input@625da0c2, org.onap.sdc.toscaparser.api.parameters.Input@63a271d7, org.onap.sdc.toscaparser.api.parameters.Input@46358dd3, org.onap.sdc.toscaparser.api.parameters.Input@63600137] 2022-03-12T03:59:33.379Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.380Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0085dca3-797b-4d5b-9cf0-df5085f03a67: Generic NeutronNet 2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.381Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.382Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.382Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-12T03:59:33.431Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.431Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T03:59:33.432Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T03:59:33.433Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-12T03:59:33.506Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-12T03:59:33.506Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-12T03:59:33.507Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-12T03:59:33.507Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T03:59:33.508Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T03:59:33.509Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T03:59:33.510Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057573506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T03:59:33.610Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T03:59:33.611Z||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-12T03:59:33.611Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T03:59:33.635Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T03:59:33.636Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-12T03:59:34.510Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T03:59:34.523Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T03:59:34.527Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.528Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.529Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T03:59:34.529Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T03:59:34.535Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:00:04.536Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 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-12T04:00:04.546Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93959fce-a772-4cf7-b96c-85cd37ee2cc5 and serviceModelVersionId: 0085dca3-797b-4d5b-9cf0-df5085f03a67 2022-03-12T04:00:04.547Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29fe0abb-7cc1-493c-97ee-260e7bf2fdbc 2022-03-12T04:00:04.548Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0 2022-03-12T04:00:04.553Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:00:04.608Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|INFO|500||Invoke 2022-03-12T04:00:04.608Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7e43905-b72b-4f3d-a4d5-9cbcf990e905], X-ECOMP-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], X-TransactionId=[], X-ONAP-RequestID=[93959fce-a772-4cf7-b96c-85cd37ee2cc5], Content-Type=[application/merge-patch+json]} 2022-03-12T04:00:04.634Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:00:05.163Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?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/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-04:00:03:378-99494], vertex-id=[184496], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:00:03 GMT], Content-Type=[application/json]} 2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29fe0abb-7cc1-493c-97ee-260e7bf2fdbc/model-vers/model-ver/0085dca3-797b-4d5b-9cf0-df5085f03a67?depth=0|INFO|500||InvokeReturn 2022-03-12T04:00:05.164Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:00:05.165Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:00:05.171Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:00:05.171Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93959fce-a772-4cf7-b96c-85cd37ee2cc5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:00:05.172Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:00:05.172Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:00:05.174Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:00:05.174Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057605171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:00:05.275Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:00:05.276Z||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-12T04:00:05.278Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:00:05.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:00:05.295Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-12T04:00:28.403Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:00:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|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-12T04:00:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:00:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:00:28.406Z||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-12T04:00:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:00:28.553Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:00:28.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:00:28.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057568403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:00:28.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:00:37.961Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:28.403Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:01:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|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-12T04:01:28.404Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:01:28.407Z||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-12T04:01:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:28.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:28.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:01:28.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057568403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:01:28.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:01:28.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:01:28.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057571484, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057573506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "93959fce-a772-4cf7-b96c-85cd37ee2cc5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057605171, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:01:28.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:01:29.036Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:29.037Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:01:29.037Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d826aca-4882-469c-881c-b7ae63b856c1","serviceName":"Demo_pNF_FcxItI5lgsX3H1r45ngr","serviceVersion":"1.0","serviceUUID":"2cf6ad05-fed7-495f-a264-2489e7b1ebf7","serviceDescription":"catalog service description","serviceInvariantUUID":"5d0fc3ce-3381-4e89-9a1b-a44763384377","resources":[{"resourceInstanceName":"pNF 65dca863-a438 0","resourceName":"pNF 65dca863-a438","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"342b4b8e-73cc-4de7-a664-0977d10abc4e","resourceInvariantUUID":"4d29be7b-30c6-4821-80af-da80daae2b9c","resourceCustomizationUUID":"559a1e36-7373-4aab-ac8b-4ebb33950994","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml","artifactChecksum":"YWQzYjBmMjQ3YWEzOThlNDhlNzVkODBjNzUxMDY2MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a9639cd-b2d6-4cf7-b2d9-0a6fddb7ff4c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar","artifactChecksum":"MjU4NGNiOTIzOTc0ZjA4MDM5N2I4NjM0NTg0YzM0ZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6fcb82a-5338-4c2d-a703-aaf3f37a6644","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15859339-79e8-444d-a676-ff425f307cd3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml","artifactChecksum":"MmVhNmE4MzFhMjY3NzNlMDJkYjYwNzkyMDUyMjk5ODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d49dcbf8-f6ed-409b-91df-96cc32e1d7d0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a1821355-0831-43d3-b8fe-3b60e35f57c5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b74e1a71-a5c9-40bd-be4f-2d9252abaaeb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml","artifactChecksum":"NTdhNTlkODQ2Y2JiNzBjYjYyYTlhZmM0N2NmNDM4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54c4041f-3b74-41fe-b6a8-dbfcf9538510","artifactVersion":"1"},{"artifactName":"service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar","artifactChecksum":"NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b10c32af-fcb8-4351-9572-fb56f3d568d3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:01:29.041Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:29.041Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:29.043Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:29.044Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:29.144Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:29.145Z||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-12T04:01:29.145Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:29.165Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:29.165Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:30.045Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:30.045Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:30.048Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:30.048Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:30.148Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:30.149Z||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-12T04:01:30.149Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:30.179Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:30.180Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:31.049Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:31.050Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:31.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:31.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:31.152Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:31.153Z||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-12T04:01:31.153Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:31.173Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:31.173Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:32.052Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:32.053Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:32.056Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:32.056Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:32.156Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:32.157Z||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-12T04:01:32.157Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:32.184Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:32.185Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:33.059Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:33.059Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:33.062Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:33.062Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:33.162Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:01:33.163Z||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-12T04:01:33.164Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:33.183Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:33.184Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:34.063Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:34.064Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:34.066Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:34.067Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:34.167Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:01:34.168Z||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-12T04:01:34.168Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:34.186Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:34.187Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:01:35.067Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:35.068Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:35.070Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:35.070Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:01:35.170Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:35.171Z||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-12T04:01:35.171Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:35.184Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:35.184Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:36.071Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:01:36.071Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:36.073Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:36.073Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:01:36.173Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:36.174Z||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-12T04:01:36.175Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:36.191Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:36.191Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "serviceName": "Demo_pNF_FcxItI5lgsX3H1r45ngr", "serviceVersion": "1.0", "serviceUUID": "2cf6ad05-fed7-495f-a264-2489e7b1ebf7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5d0fc3ce-3381-4e89-9a1b-a44763384377", "resources": [ { "resourceInstanceName": "pNF 65dca863-a438 0", "resourceCustomizationUUID": "559a1e36-7373-4aab-ac8b-4ebb33950994", "resourceName": "pNF 65dca863-a438", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "342b4b8e-73cc-4de7-a664-0977d10abc4e", "resourceInvariantUUID": "4d29be7b-30c6-4821-80af-da80daae2b9c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "artifactChecksum": "NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b10c32af-fcb8-4351-9572-fb56f3d568d3" } ], "workloadContext": "Production" } 2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:01:37.075Z|93959fce-a772-4cf7-b96c-85cd37ee2cc5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 ASDC 2022-03-12T04:01:37.076Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3d826aca-4882-469c-881c-b7ae63b856c1 ServiceName:Demo_pNF_FcxItI5lgsX3H1r45ngr ServiceVersion:1.0 ServiceUUID:2cf6ad05-fed7-495f-a264-2489e7b1ebf7 ServiceInvariantUUID:5d0fc3ce-3381-4e89-9a1b-a44763384377 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar ArtifactUUID:b10c32af-fcb8-4351-9572-fb56f3d568d3 ArtifactChecksum:NDM3Yzg4M2M4NjY0YmM4YTg4YjNkOTI1ZjdmNzUzNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 65dca863-a438 0 ResourceCustomizationUUID:559a1e36-7373-4aab-ac8b-4ebb33950994 ResourceInvariantUUID:4d29be7b-30c6-4821-80af-da80daae2b9c ResourceName:pNF 65dca863-a438 ResourceType:PNF ResourceUUID:342b4b8e-73cc-4de7-a664-0977d10abc4e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-12T04:01:37.076Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 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-12T04:01:37.099Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b10c32af-fcb8-4351-9572-fb56f3d568d3 from URL: /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:37.100Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:01:37.101Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:37.462Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:01:37.465Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar b10c32af-fcb8-4351-9572-fb56f3d568d3 82606 2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar ASDC sendASDCNotification 2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:01:37.466Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:37.468Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:37.468Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057697466, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:01:37.568Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:37.569Z||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-12T04:01:37.570Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:37.583Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:37.583Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:38.469Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:01:38.470Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:01:38.470Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b10c32af-fcb8-4351-9572-fb56f3d568d3, URL: /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar to file: /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:38.471Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:38.573Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP891146134297535495/Definitions/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml 2022-03-12T04:01:39.380Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 65dca863-a438 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-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.382Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Node template pNF 65dca863-a438 0 is matching search criteria 2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 65dca863-a438 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.384Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Node template pNF 65dca863-a438 0 is matching search criteria 2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 65dca863-a438 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.385Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.387Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_FcxItI5lgsX3H1r45ngr Description:catalog service description Model UUID:2cf6ad05-fed7-495f-a264-2489e7b1ebf7 Model Version:NULL Model InvariantUuid:5d0fc3ce-3381-4e89-9a1b-a44763384377 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-12T04:01:39.394Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 342b4b8e-73cc-4de7-a664-0977d10abc4e 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-12T04:01:39.398Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||pNF 65dca863-a438 0 2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 342b4b8e-73cc-4de7-a664-0977d10abc4e 2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 2022-03-12T04:01:39.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 65dca863-a438 0 342b4b8e-73cc-4de7-a664-0977d10abc4e 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-12T04:01:39.403Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b67e14a, org.onap.sdc.toscaparser.api.parameters.Input@3f15be91, org.onap.sdc.toscaparser.api.parameters.Input@591cbf62, org.onap.sdc.toscaparser.api.parameters.Input@21e79563, org.onap.sdc.toscaparser.api.parameters.Input@359e4da4] 2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2cf6ad05-fed7-495f-a264-2489e7b1ebf7: pNF 65dca863-a438 2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Processing PNF resource: 342b4b8e-73cc-4de7-a664-0977d10abc4e 2022-03-12T04:01:39.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:01:39.405Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_FcxItI5lgsX3H1r45ngr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:01:39.405Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||Resource customization UUID: 559a1e36-7373-4aab-ac8b-4ebb33950994 is the same as notified resource customizationUUID: 559a1e36-7373-4aab-ac8b-4ebb33950994 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-12T04:01:39.482Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 65dca863-a438 342b4b8e-73cc-4de7-a664-0977d10abc4e 0 ASDC deployResourceStructure 2022-03-12T04:01:39.483Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar ASDC sendASDCNotification 2022-03-12T04:01:39.483Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar 2022-03-12T04:01:39.483Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:01:39.483Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:01:39.486Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:01:39.486Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057699483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:01:39.586Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:01:39.587Z||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-12T04:01:39.587Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:01:39.609Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:01:39.610Z||pool-49-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:01:40.487Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:01:40.498Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:01:40.500Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:01:40.500Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T04:01:40.500Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T04:02:10.500Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:02:10.512Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:10.518Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:02:10.518Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T04:02:10.518Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T04:02:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:02:28.407Z||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-12T04:02:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:02:28.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:02:28.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057645937, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "dcae-sch", "timestamp": 1647057655462, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057656455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "multicloud-k8s-id", "timestamp": 1647057657339, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057664232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057665576, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "cds", "timestamp": 1647057665241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-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-12T04:02:28.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:28.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.502Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.502Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.502Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057666581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057658232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057658492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "policy-id", "timestamp": 1647057667583, "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-12T04:02:28.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:28.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057667356, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.517Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057667530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057668552, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057669481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:02:28.520Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "ves-openapi-manager", "timestamp": 1647057669558, "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-12T04:02:28.524Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.525Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:28.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057670486, "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-12T04:02:28.539Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.539Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:28.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057664700, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057673696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057667144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:02:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057679483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:02:28.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "aai-ml", "timestamp": 1647057680489, "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-12T04:02:28.554Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.555Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:28.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057683769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:02:28.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057685781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:02:28.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:02:28.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:02:28.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "clamp", "timestamp": 1647057686784, "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-12T04:02:28.568Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d826aca-4882-469c-881c-b7ae63b856c1 2022-03-12T04:02:28.568Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:40.519Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:02:40.531Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.535Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:02:40.536Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:02:40.542Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:03:10.543Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d826aca-4882-469c-881c-b7ae63b856c1 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-12T04:03:10.549Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d826aca-4882-469c-881c-b7ae63b856c1 and serviceModelVersionId: 2cf6ad05-fed7-495f-a264-2489e7b1ebf7 2022-03-12T04:03:10.549Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d0fc3ce-3381-4e89-9a1b-a44763384377 2022-03-12T04:03:10.550Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?depth=0 2022-03-12T04:03:10.556Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:03:10.603Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?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-12T04:03:10.604Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?depth=0|INFO|500||Invoke 2022-03-12T04:03:10.628Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:03:10.729Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?depth=0|INFO|500||InvokeReturn 2022-03-12T04:03:10.730Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d0fc3ce-3381-4e89-9a1b-a44763384377/model-vers/model-ver/2cf6ad05-fed7-495f-a264-2489e7b1ebf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-04:03:09:376-87613], vertex-id=[184432], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:03:09 GMT], Content-Type=[application/json]} 2022-03-12T04:03:10.730Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:03:10.730Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:03:10.730Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:03:10.737Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:03:10.737Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d826aca-4882-469c-881c-b7ae63b856c1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:03:10.737Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:03:10.738Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:10.740Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:10.740Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057790737, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:03:10.840Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:10.841Z||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-12T04:03:10.841Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:10.874Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:10.875Z||pool-50-thread-1|||||INFO|500||cambria reply ok (35 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-12T04:03:11.754Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:03:11.755Z|3d826aca-4882-469c-881c-b7ae63b856c1|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-12T04:03:11.755Z|3d826aca-4882-469c-881c-b7ae63b856c1|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:12.381Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:12.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:03:12.383Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6cdb7771-a472-412e-b5d2-5e79e6af914d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c00d55e9-1055-49fe-a890-424132d20e33","serviceDescription":"service","serviceInvariantUUID":"b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f9ecdc99-369e-472f-969d-26556cd6d0fe","resourceInvariantUUID":"52834c01-0a9f-4c63-960d-7eeef682d31b","resourceCustomizationUUID":"b88788b4-e974-4444-8908-bc55b24a849c","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":"YjFlMDMzMmFlYTgzNDM0YzRhYWU5YWYzMTYzZDRkYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f4dbcd9-6134-4580-ad85-3225ffa34573","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":"c3c6e373-307d-4d9f-92e5-a0343ecbb142","artifactVersion":"2","generatedFromUUID":"9f6cb785-1db3-4e83-9f11-906aef86af40"},{"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":"9f6cb785-1db3-4e83-9f11-906aef86af40","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":"YzA4NGMxZTNjMjVjMWNjYzMwZTc1MDEzNjZlNTc1MWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"38668634-a6bd-44a2-8f80-69c4e8c02b9b","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":"ae0b6756-9d5c-4ffe-93c5-fafdc342b704","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":"7aab40d7-33aa-45e3-ac42-e266c782f6ad","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":"60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2","artifactVersion":"2","generatedFromUUID":"ae0b6756-9d5c-4ffe-93c5-fafdc342b704"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWZkZDI3ZGU0YmVjMmM3YjdlMTEwNjBmN2VlYTM5MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5530b22-05d8-4053-aee8-3d88a02086ce","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzBiMDQ4ZjQ5OTBhMDE4ZmQ0ODQ5NGVmYjgxYWRhOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a19828f-781b-4ba6-bf7a-6e7e998ae754","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:03:12.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:12.386Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:12.388Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:12.388Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:12.488Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:12.489Z||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-12T04:03:12.489Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:12.500Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:12.501Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:13.389Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:13.390Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:13.392Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:13.392Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-12T04:03:13.492Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:13.493Z||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-12T04:03:13.494Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:13.511Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:13.511Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:14.393Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:14.394Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:14.395Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:14.395Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-12T04:03:14.496Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:14.497Z||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-12T04:03:14.497Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:14.530Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:14.531Z||pool-53-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:03:15.396Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:15.397Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:15.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:15.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:15.499Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:15.500Z||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-12T04:03:15.500Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:15.512Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:15.512Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:16.399Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:16.400Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:16.402Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:16.402Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:16.502Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:16.503Z||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-12T04:03:16.503Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:16.546Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:16.547Z||pool-55-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:17.404Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:17.405Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:17.410Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:17.410Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:17.510Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:17.511Z||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-12T04:03:17.511Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:17.548Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:17.549Z||pool-56-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:18.410Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:18.411Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:18.413Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:18.413Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-12T04:03:18.513Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:18.514Z||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-12T04:03:18.514Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:18.541Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:18.542Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:19.414Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:19.415Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:19.418Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:19.418Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:19.518Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:19.519Z||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-12T04:03:19.520Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:19.538Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:19.539Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:20.420Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:03:20.421Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:20.423Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:20.424Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:20.524Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:20.525Z||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-12T04:03:20.525Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:20.549Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:20.550Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:21.426Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c00d55e9-1055-49fe-a890-424132d20e33", "serviceDescription": "service", "serviceInvariantUUID": "b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b88788b4-e974-4444-8908-bc55b24a849c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f9ecdc99-369e-472f-969d-26556cd6d0fe", "resourceInvariantUUID": "52834c01-0a9f-4c63-960d-7eeef682d31b", "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": "c3c6e373-307d-4d9f-92e5-a0343ecbb142", "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": "9f6cb785-1db3-4e83-9f11-906aef86af40", "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": "YzA4NGMxZTNjMjVjMWNjYzMwZTc1MDEzNjZlNTc1MWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "38668634-a6bd-44a2-8f80-69c4e8c02b9b", "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": "ae0b6756-9d5c-4ffe-93c5-fafdc342b704", "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": "60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2", "generatedFromUUID": "ae0b6756-9d5c-4ffe-93c5-fafdc342b704" }, "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": "60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzBiMDQ4ZjQ5OTBhMDE4ZmQ0ODQ5NGVmYjgxYWRhOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1a19828f-781b-4ba6-bf7a-6e7e998ae754" } ], "workloadContext": "Production" } 2022-03-12T04:03:21.426Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:03:21.427Z|3d826aca-4882-469c-881c-b7ae63b856c1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c00d55e9-1055-49fe-a890-424132d20e33 ASDC 2022-03-12T04:03:21.427Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6cdb7771-a472-412e-b5d2-5e79e6af914d ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c00d55e9-1055-49fe-a890-424132d20e33 ServiceInvariantUUID:b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f 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:1a19828f-781b-4ba6-bf7a-6e7e998ae754 ArtifactChecksum:YzBiMDQ4ZjQ5OTBhMDE4ZmQ0ODQ5NGVmYjgxYWRhOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b88788b4-e974-4444-8908-bc55b24a849c ResourceInvariantUUID:52834c01-0a9f-4c63-960d-7eeef682d31b ResourceName:basic_cnf ResourceType:VF ResourceUUID:f9ecdc99-369e-472f-969d-26556cd6d0fe 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:c3c6e373-307d-4d9f-92e5-a0343ecbb142 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:9f6cb785-1db3-4e83-9f11-906aef86af40 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:38668634-a6bd-44a2-8f80-69c4e8c02b9b ArtifactChecksum:YzA4NGMxZTNjMjVjMWNjYzMwZTc1MDEzNjZlNTc1MWM= 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:ae0b6756-9d5c-4ffe-93c5-fafdc342b704 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:60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 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:60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T04:03:21.441Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c00d55e9-1055-49fe-a890-424132d20e33 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-12T04:03:21.487Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:03:21.488Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:03:21.489Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:03:21.489Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1a19828f-781b-4ba6-bf7a-6e7e998ae754 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-12T04:03:21.489Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:21.490Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-12T04:03:21.825Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:21.830Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1a19828f-781b-4ba6-bf7a-6e7e998ae754 68937 2022-03-12T04:03:21.830Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-12T04:03:21.830Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-12T04:03:21.830Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:21.831Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:21.832Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:21.832Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057801830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:21.933Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:21.933Z||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-12T04:03:21.934Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:21.961Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:21.962Z||pool-60-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:22.833Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:03:22.834Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:03:22.834Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1a19828f-781b-4ba6-bf7a-6e7e998ae754, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:22.834Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-12T04:03:22.835Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:22.835Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:23.000Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14869287045915571804/Definitions/service-BasicCnf-template.yml 2022-03-12T04:03:24.133Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:03:24.134Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:03:24.134Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:24.134Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-12T04:03:24.134Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||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-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.135Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.136Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:24.136Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:03:24.136Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:03:24.136Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.136Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.137Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:24.137Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:03:24.137Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:03:24.137Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.137Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.138Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.138Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-12T04:03:24.138Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-12T04:03:24.138Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-12T04:03:24.138Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T04:03:24.139Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.139Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:03:24.139Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.139Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:24.140Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:24.140Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.140Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:24.140Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:24.140Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-12T04:03:24.141Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=736144a6-8f7f-437f-a63c-b9ae39e406e9 2022-03-12T04:03:24.142Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.142Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.142Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.142Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.142Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.143Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.143Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:24.143Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:24.143Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c00d55e9-1055-49fe-a890-424132d20e33 Model Version:NULL Model InvariantUuid:b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:9c643fbf-6e0e-4f05-8178-9a3953e7d40d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:52834c01-0a9f-4c63-960d-7eeef682d31b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b88788b4-e974-4444-8908-bc55b24a849c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f2e4a2a-f705-48ad-b788-d5cf53db8376 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e4f357ac-c3a8-48f8-a6cc-fd9cf6c62f79 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:736144a6-8f7f-437f-a63c-b9ae39e406e9 ModelInvariantUuid:5f9ed714-ed0b-4a77-9a52-cc92df87479e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d24beeb3-d128-49f5-bb68-6318e9f30ee1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:cfd4f9e6-731e-4cc4-a954-c791b35dd770 ModelInvariantUuid:a4634e71-1806-4003-b913-16faf9889cd3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f6ab2e1d-c20f-4579-b8dd-565e264de664 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-12T04:03:24.149Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f9ecdc99-369e-472f-969d-26556cd6d0fe 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-12T04:03:24.151Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-03-12T04:03:24.151Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f9ecdc99-369e-472f-969d-26556cd6d0fe 2022-03-12T04:03:24.152Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c3c6e373-307d-4d9f-92e5-a0343ecbb142 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-12T04:03:24.152Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:24.152Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-12T04:03:24.379Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:24.380Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c3c6e373-307d-4d9f-92e5-a0343ecbb142 12 2022-03-12T04:03:24.380Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-12T04:03:24.380Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-12T04:03:24.380Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:24.381Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:24.382Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:24.383Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057804380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:24.483Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:24.484Z||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-12T04:03:24.484Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:24.496Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:24.496Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:03:25.383Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9f6cb785-1db3-4e83-9f11-906aef86af40 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-12T04:03:25.384Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:25.384Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-12T04:03:25.473Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:25.474Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9f6cb785-1db3-4e83-9f11-906aef86af40 2688 2022-03-12T04:03:25.474Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-12T04:03:25.475Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-12T04:03:25.475Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:25.475Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:25.478Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:25.478Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057805474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:25.578Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:25.579Z||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-12T04:03:25.579Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:25.591Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:25.592Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:26.480Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 38668634-a6bd-44a2-8f80-69c4e8c02b9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-12T04:03:26.480Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:26.480Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-12T04:03:26.657Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:26.658Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 38668634-a6bd-44a2-8f80-69c4e8c02b9b 828 2022-03-12T04:03:26.658Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-12T04:03:26.659Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-12T04:03:26.659Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:26.659Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:26.662Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:26.662Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057806658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:26.762Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:26.763Z||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-12T04:03:26.763Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:26.778Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:26.779Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:27.663Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5f2e4a2a-f705-48ad-b788-d5cf53db8376", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4f357ac-c3a8-48f8-a6cc-fd9cf6c62f79", "vfModuleModelCustomizationUUID": "f7ae66ec-a4a1-42d9-929b-019dc6586335", "isBase": true, "artifacts": [ "ae0b6756-9d5c-4ffe-93c5-fafdc342b704", "9f6cb785-1db3-4e83-9f11-906aef86af40", "60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2" ], "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-12T04:03:27.670Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4f357ac-c3a8-48f8-a6cc-fd9cf6c62f79 VfModuleModelInvariantUUID:5f2e4a2a-f705-48ad-b788-d5cf53db8376 VfModuleModelDescription:NULL Artifacts UUID List:{ ae0b6756-9d5c-4ffe-93c5-fafdc342b704 , 9f6cb785-1db3-4e83-9f11-906aef86af40 , 60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 } 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-12T04:03:27.673Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5f2e4a2a-f705-48ad-b788-d5cf53db8376", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e4f357ac-c3a8-48f8-a6cc-fd9cf6c62f79", "vfModuleModelCustomizationUUID": "f7ae66ec-a4a1-42d9-929b-019dc6586335", "isBase": true, "artifacts": [ "ae0b6756-9d5c-4ffe-93c5-fafdc342b704", "9f6cb785-1db3-4e83-9f11-906aef86af40", "60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2" ], "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-12T04:03:27.673Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e4f357ac-c3a8-48f8-a6cc-fd9cf6c62f79 VfModuleModelInvariantUUID:5f2e4a2a-f705-48ad-b788-d5cf53db8376 VfModuleModelDescription:NULL Artifacts UUID List:{ ae0b6756-9d5c-4ffe-93c5-fafdc342b704 , 9f6cb785-1db3-4e83-9f11-906aef86af40 , 60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 } 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-12T04:03:27.674Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ae0b6756-9d5c-4ffe-93c5-fafdc342b704 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-12T04:03:27.674Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:27.674Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-12T04:03:27.962Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:27.963Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ae0b6756-9d5c-4ffe-93c5-fafdc342b704 1164 2022-03-12T04:03:27.963Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-12T04:03:27.964Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-12T04:03:27.964Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:27.964Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:27.965Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:27.966Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057807963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.066Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:28.067Z||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-12T04:03:28.067Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:28.083Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:28.084Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:03:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:03:28.407Z||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-12T04:03:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:28.437Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:28.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.457Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/resourceInstances/pnf65dca863a4380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057688403, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057697466, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057699483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFcxiti5lgsx3h1r45ngr/1.0/artifacts/service-DemoPnfFcxiti5lgsx3h1r45ngr-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.463Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-12T04:03:28.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.469Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.470Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-12T04:03:28.471Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.481Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057694700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057697144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "ves-openapi-manager", "timestamp": 1647057698232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "dcae-sch", "timestamp": 1647057695462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057697339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057690936, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057696455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057711820, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057711027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057711941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057710995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "cds", "timestamp": 1647057712001, "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-12T04:03:28.503Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.504Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.516Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.517Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057712945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057713035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.518Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "policy-id", "timestamp": 1647057713948, "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-12T04:03:28.524Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.524Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057714621, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057715853, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057716911, "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-12T04:03:28.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057717915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.558Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.558Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057721776, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.558Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.559Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057722027, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.565Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057723782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.568Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "aai-ml", "timestamp": 1647057723031, "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-12T04:03:28.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.575Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.585Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.585Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.585Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "clamp", "timestamp": 1647057724785, "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-12T04:03:28.595Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.595Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:03:28.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "ves-openapi-manager", "timestamp": 1647057718232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "dcae-sch", "timestamp": 1647057715462, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057718920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057713011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057716455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057718492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057727926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057728864, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057728873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057728416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.626Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "cds", "timestamp": 1647057728933, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-12T04:03:28.641Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:03:28.641Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:03:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057729879, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057730149, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "policy-id", "timestamp": 1647057730884, "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-12T04:03:28.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:03:28.657Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:03:28.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057731352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.667Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057730700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057732379, "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-12T04:03:28.678Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:03:28.678Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:03:28.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057731705, "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-12T04:03:28.695Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6cdb7771-a472-412e-b5d2-5e79e6af914d 2022-03-12T04:03:28.695Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:28.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.707Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.707Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.707Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "multicloud-k8s-id", "timestamp": 1647057733384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.707Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.708Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.708Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.708Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057732607, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.710Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.710Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.710Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.711Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.711Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.711Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.712Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.712Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.712Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.713Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.713Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.713Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.714Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.714Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057729939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.717Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057739202, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.720Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T04:03:28.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "cds", "timestamp": 1647057740209, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:03:28.738Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:03:28.739Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:03:28.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057741779, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.748Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057741198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T04:03:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "aai-ml", "timestamp": 1647057742203, "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-12T04:03:28.757Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:03:28.758Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:03:28.767Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.767Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.768Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.768Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.768Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057743787, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.769Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.769Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.769Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.769Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "clamp", "timestamp": 1647057744791, "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-12T04:03:28.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:03:28.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:03:28.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:03:28.789Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057745465, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.791Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.792Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.793Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057746150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057745440, "artifactURL": "/sdc/v1/catalog/services/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712/resourceInstances/basicclamp0/artifacts/d8248284-7da2-4a1f-ac85-31c2f5a2d232", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057746471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057747360, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:28.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "policy-id", "timestamp": 1647057747474, "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-12T04:03:28.803Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:03:28.803Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:03:28.814Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057746743, "artifactURL": "/sdc/v1/catalog/services/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712/resourceInstances/basicclamp0/artifacts/d8248284-7da2-4a1f-ac85-31c2f5a2d232", "status": "DEPLOY_OK" } 2022-03-12T04:03:28.815Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:03:28.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:03:28.816Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:03:28.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:03:28.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:03:28.966Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-12T04:03:28.967Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:03:28.967Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-12T04:03:29.260Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:03:29.261Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 60f9aa3f-de74-4cf6-a6b1-08c676e5e0d2 200 2022-03-12T04:03:29.262Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-12T04:03:29.262Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-12T04:03:29.262Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:03:29.262Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:29.266Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:29.266Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057809261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:03:29.364Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-12T04:03:29.365Z||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-12T04:03:29.365Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:29.379Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:29.379Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:30.270Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c00d55e9-1055-49fe-a890-424132d20e33 2022-03-12T04:03:30.270Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f9ecdc99-369e-472f-969d-26556cd6d0fe 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-12T04:03:30.370Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-12T04:03:30.450Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e4ef6a2, org.onap.sdc.toscaparser.api.parameters.Input@1b792a17, org.onap.sdc.toscaparser.api.parameters.Input@4d87a033, org.onap.sdc.toscaparser.api.parameters.Input@15609fa2, org.onap.sdc.toscaparser.api.parameters.Input@1c12904a] 2022-03-12T04:03:30.451Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.451Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.452Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-12T04:03:30.452Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b88788b4-e974-4444-8908-bc55b24a849c 2022-03-12T04:03:30.452Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b88788b4-e974-4444-8908-bc55b24a849c matches Tosca VF Customization UUID: b88788b4-e974-4444-8908-bc55b24a849c 2022-03-12T04:03:30.452Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b88788b4-e974-4444-8908-bc55b24a849c 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-12T04:03:30.490Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.490Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.491Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b88788b4-e974-4444-8908-bc55b24a849c: {\"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-12T04:03:30.491Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f938a75 2022-03-12T04:03:30.491Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.491Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:03:30.492Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7ae66ec-a4a1-42d9-929b-019dc6586335 2022-03-12T04:03:30.492Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7ae66ec-a4a1-42d9-929b-019dc6586335 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-12T04:03:30.496Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.496Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:30.496Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:30.497Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.497Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:30.497Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:30.498Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.498Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-12T04:03:30.498Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-12T04:03:30.498Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=736144a6-8f7f-437f-a63c-b9ae39e406e9 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-12T04:03:30.504Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.505Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:30.505Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:03:30.505Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.506Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-12T04:03:30.506Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b88788b4-e974-4444-8908-bc55b24a849c 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-12T04:03:30.508Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.508Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.508Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c00d55e9-1055-49fe-a890-424132d20e33: basic_cnf 2022-03-12T04:03:30.508Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.509Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.509Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.509Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.509Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.509Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.510Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.510Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.510Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:03:30.510Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:03:30.510Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-12T04:03:30.591Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f9ecdc99-369e-472f-969d-26556cd6d0fe 1 ASDC deployResourceStructure 2022-03-12T04:03:30.592Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-12T04:03:30.592Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-12T04:03:30.592Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-12T04:03:30.593Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:30.595Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:30.595Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057810592, "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-12T04:03:30.695Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:30.697Z||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-12T04:03:30.697Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:30.709Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:30.710Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:31.596Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-12T04:03:31.598Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-12T04:03:31.598Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-12T04:03:31.599Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:31.601Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:31.601Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057811596, "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-12T04:03:31.702Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:03:31.702Z||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-12T04:03:31.703Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:31.715Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:31.715Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:32.604Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-12T04:03:32.605Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-12T04:03:32.605Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:03:32.606Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:32.608Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:32.608Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057812604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:03:32.708Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:32.709Z||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-12T04:03:32.710Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:32.731Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:32.732Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:33.609Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-12T04:03:33.609Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-12T04:03:33.609Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:03:33.610Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:33.612Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:33.612Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057813609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:03:33.712Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:33.714Z||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-12T04:03:33.714Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:33.732Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:33.732Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:34.613Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-12T04:03:34.613Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-12T04:03:34.613Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:03:34.614Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:34.615Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:34.616Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057814613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-12T04:03:34.716Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:34.717Z||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-12T04:03:34.717Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:34.729Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:34.730Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:35.617Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-12T04:03:35.618Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-12T04:03:35.618Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:03:35.618Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:03:35.620Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:03:35.620Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057815617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:03:35.720Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:03:35.721Z||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-12T04:03:35.722Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:03:35.734Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:03:35.735Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:03:36.620Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6cdb7771-a472-412e-b5d2-5e79e6af914d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:03:36.631Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:03:36.634Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.635Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.636Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.636Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.636Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:03:36.636Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:03:36.641Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:04:06.642Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6cdb7771-a472-412e-b5d2-5e79e6af914d 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-12T04:04:06.648Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6cdb7771-a472-412e-b5d2-5e79e6af914d and serviceModelVersionId: c00d55e9-1055-49fe-a890-424132d20e33 2022-03-12T04:04:06.648Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f 2022-03-12T04:04:06.649Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0 2022-03-12T04:04:06.652Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:04:06.713Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0|INFO|500||Invoke 2022-03-12T04:04:06.713Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6cdb7771-a472-412e-b5d2-5e79e6af914d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dd9ba389-11af-4302-9a43-6f973ecf8e27], X-ECOMP-RequestID=[6cdb7771-a472-412e-b5d2-5e79e6af914d], X-TransactionId=[], X-ONAP-RequestID=[6cdb7771-a472-412e-b5d2-5e79e6af914d], Content-Type=[application/merge-patch+json]} 2022-03-12T04:04:06.740Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:04:07.158Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?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/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-04:04:05:489-33016], vertex-id=[180304], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:04:05 GMT], Content-Type=[application/json]} 2022-03-12T04:04:07.159Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:04:07.160Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b6f7de37-9a86-47b9-bc1f-c1b3b2f7173f/model-vers/model-ver/c00d55e9-1055-49fe-a890-424132d20e33?depth=0|INFO|500||InvokeReturn 2022-03-12T04:04:07.160Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:04:07.160Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:04:07.168Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:04:07.169Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6cdb7771-a472-412e-b5d2-5e79e6af914d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:04:07.169Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:04:07.170Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:07.172Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:07.172Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057847169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:04:07.272Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:07.274Z||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-12T04:04:07.274Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:07.290Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:07.291Z||pool-72-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-12T04:04:08.185Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:04:08.186Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9246133-fe51-45f6-a962-804cf5e38f08","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"44d904fe-30e9-4f75-9d64-8abbd230fd7b","serviceDescription":"service","serviceInvariantUUID":"134683d6-80fc-4df5-8abf-673b4f3de515","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5142144c-9cb6-4ae7-8e7c-8295ac2e04e5","resourceInvariantUUID":"7219955a-84af-4e6c-af1f-cb088c168dcf","resourceCustomizationUUID":"b9d53a07-e8e5-4d25-ac5c-68b7f5177a42","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MGNjZWJhNTlkMTJjODBkMGRiMDcwNTA3NTYxODVlMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c5e8840-39c8-41f0-9a09-3d7170aa3e73","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWU1MzZmMGE1OWI0YjQxM2NkNTU5ZDNjNjE5Nzg1YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8798fb1-0025-4a60-a0d9-b337b9be78f9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0b73ac09-6c16-4237-bfb0-076bec391f24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cd1e407b-ff57-4d9c-ad5f-bb3ba2d61eef","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef613980-379b-4edf-80bd-3294b3d0f72e","artifactVersion":"2","generatedFromUUID":"0b73ac09-6c16-4237-bfb0-076bec391f24"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjZmOGY2NmJiOGFkZjBhYjAwYjJmMDczMzM0ODI5MTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd0e95a8-3bb0-4bbb-8ad4-b7ce01493bb0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTc5OGVjYmNjNGI0ZDg1YmZlZjBlMmYzNTI0ZTIyNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64b5d7c1-7f69-4b8e-86a9-02bde93ea949","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:04:08.187Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:08.187Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:08.189Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:08.189Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:04:08.289Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:08.291Z||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-12T04:04:08.291Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:08.306Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:08.307Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:09.189Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:09.190Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:09.191Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:09.192Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:04:09.292Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:09.292Z||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-12T04:04:09.293Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:09.317Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:09.318Z||pool-74-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:10.192Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:10.193Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:10.195Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:10.195Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:04:10.295Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:10.296Z||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-12T04:04:10.296Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:10.308Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:10.309Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:04:11.195Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:11.196Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:11.198Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:11.199Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:04:11.299Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:04:11.300Z||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-12T04:04:11.300Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:11.323Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:11.324Z||pool-76-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:12.199Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:12.200Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:12.202Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:12.202Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:04:12.302Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:04:12.304Z||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-12T04:04:12.304Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:12.324Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:12.325Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:13.203Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:13.204Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:13.207Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:13.208Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:04:13.307Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:04:13.308Z||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-12T04:04:13.308Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:13.323Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:13.324Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:14.208Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:04:14.209Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:14.210Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:14.210Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:04:14.311Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:14.311Z||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-12T04:04:14.311Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:14.344Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:14.345Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:15.211Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "44d904fe-30e9-4f75-9d64-8abbd230fd7b", "serviceDescription": "service", "serviceInvariantUUID": "134683d6-80fc-4df5-8abf-673b4f3de515", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b9d53a07-e8e5-4d25-ac5c-68b7f5177a42", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5142144c-9cb6-4ae7-8e7c-8295ac2e04e5", "resourceInvariantUUID": "7219955a-84af-4e6c-af1f-cb088c168dcf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "OWU1MzZmMGE1OWI0YjQxM2NkNTU5ZDNjNjE5Nzg1YTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8798fb1-0025-4a60-a0d9-b337b9be78f9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "0b73ac09-6c16-4237-bfb0-076bec391f24", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef613980-379b-4edf-80bd-3294b3d0f72e", "generatedFromUUID": "0b73ac09-6c16-4237-bfb0-076bec391f24" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef613980-379b-4edf-80bd-3294b3d0f72e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTc5OGVjYmNjNGI0ZDg1YmZlZjBlMmYzNTI0ZTIyNzA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64b5d7c1-7f69-4b8e-86a9-02bde93ea949" } ], "workloadContext": "Production" } 2022-03-12T04:04:15.212Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:04:15.212Z|6cdb7771-a472-412e-b5d2-5e79e6af914d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44d904fe-30e9-4f75-9d64-8abbd230fd7b ASDC 2022-03-12T04:04:15.213Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:f9246133-fe51-45f6-a962-804cf5e38f08 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:44d904fe-30e9-4f75-9d64-8abbd230fd7b ServiceInvariantUUID:134683d6-80fc-4df5-8abf-673b4f3de515 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:64b5d7c1-7f69-4b8e-86a9-02bde93ea949 ArtifactChecksum:MTc5OGVjYmNjNGI0ZDg1YmZlZjBlMmYzNTI0ZTIyNzA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 ResourceInvariantUUID:7219955a-84af-4e6c-af1f-cb088c168dcf ResourceName:basic_vm ResourceType:VF ResourceUUID:5142144c-9cb6-4ae7-8e7c-8295ac2e04e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:e8798fb1-0025-4a60-a0d9-b337b9be78f9 ArtifactChecksum:OWU1MzZmMGE1OWI0YjQxM2NkNTU5ZDNjNjE5Nzg1YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:0b73ac09-6c16-4237-bfb0-076bec391f24 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:ef613980-379b-4edf-80bd-3294b3d0f72e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:ef613980-379b-4edf-80bd-3294b3d0f72e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T04:04:15.213Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44d904fe-30e9-4f75-9d64-8abbd230fd7b 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-12T04:04:15.256Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:04:15.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:04:15.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:04:15.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 64b5d7c1-7f69-4b8e-86a9-02bde93ea949 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-12T04:04:15.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:04:15.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-12T04:04:15.733Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:04:15.736Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 64b5d7c1-7f69-4b8e-86a9-02bde93ea949 71029 2022-03-12T04:04:15.736Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-12T04:04:15.737Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-12T04:04:15.737Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:04:15.737Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:15.739Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:15.739Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057855736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:04:15.839Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:15.840Z||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-12T04:04:15.840Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:15.851Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:15.852Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:16.739Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:04:16.740Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:04:16.740Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 64b5d7c1-7f69-4b8e-86a9-02bde93ea949, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:16.740Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-12T04:04:16.741Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:16.741Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:16.892Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1109158005292888335/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-12T04:04:18.049Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:04:18.050Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:04:18.050Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.051Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.052Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:04:18.053Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:04:18.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-12T04:04:18.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:04:18.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:18.056Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:18.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:18.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-12T04:04:18.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-12T04:04:18.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:04:18.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8b00d45-b2b0-4da6-8bef-576d28332419 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.059Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.060Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:18.060Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:18.060Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:44d904fe-30e9-4f75-9d64-8abbd230fd7b Model Version:NULL Model InvariantUuid:134683d6-80fc-4df5-8abf-673b4f3de515 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:3525497c-48e5-4321-9cee-a79d387aedcc Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7219955a-84af-4e6c-af1f-cb088c168dcf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ca80c6a2-8fbd-4d45-918e-0480e32d7d9e ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:b5c1402b-ac4e-450a-9b2e-ec324a37e61a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f8b00d45-b2b0-4da6-8bef-576d28332419 ModelInvariantUuid:1fc6863c-a5ed-438b-8ace-96d047fdbfa5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:1342402d-c101-4ed5-a52a-3a0cc932e238 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1a7a38ac-a3b8-43a5-b387-68c351593ad9 ModelInvariantUuid:160d6440-8c6b-465e-946e-1f1cdd32c881 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:baeadef3-e69d-429d-9c04-eb9f4abb835c 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-12T04:04:18.067Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5142144c-9cb6-4ae7-8e7c-8295ac2e04e5 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-12T04:04:18.070Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-03-12T04:04:18.070Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5142144c-9cb6-4ae7-8e7c-8295ac2e04e5 2022-03-12T04:04:18.070Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8798fb1-0025-4a60-a0d9-b337b9be78f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-12T04:04:18.070Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:04:18.071Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-12T04:04:18.433Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:04:18.434Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e8798fb1-0025-4a60-a0d9-b337b9be78f9 787 2022-03-12T04:04:18.435Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-12T04:04:18.435Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-12T04:04:18.435Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:04:18.436Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:18.438Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:18.438Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057858435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:04:18.538Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:18.539Z||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-12T04:04:18.540Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:18.553Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:18.554Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:19.438Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ca80c6a2-8fbd-4d45-918e-0480e32d7d9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b5c1402b-ac4e-450a-9b2e-ec324a37e61a", "vfModuleModelCustomizationUUID": "d1eaec5c-eed0-4d47-8435-73b67af91004", "isBase": true, "artifacts": [ "0b73ac09-6c16-4237-bfb0-076bec391f24", "ef613980-379b-4edf-80bd-3294b3d0f72e" ], "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-12T04:04:19.442Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b5c1402b-ac4e-450a-9b2e-ec324a37e61a VfModuleModelInvariantUUID:ca80c6a2-8fbd-4d45-918e-0480e32d7d9e VfModuleModelDescription:NULL Artifacts UUID List:{ 0b73ac09-6c16-4237-bfb0-076bec391f24 , ef613980-379b-4edf-80bd-3294b3d0f72e } 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-12T04:04:19.444Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ca80c6a2-8fbd-4d45-918e-0480e32d7d9e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b5c1402b-ac4e-450a-9b2e-ec324a37e61a", "vfModuleModelCustomizationUUID": "d1eaec5c-eed0-4d47-8435-73b67af91004", "isBase": true, "artifacts": [ "0b73ac09-6c16-4237-bfb0-076bec391f24", "ef613980-379b-4edf-80bd-3294b3d0f72e" ], "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-12T04:04:19.444Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b5c1402b-ac4e-450a-9b2e-ec324a37e61a VfModuleModelInvariantUUID:ca80c6a2-8fbd-4d45-918e-0480e32d7d9e VfModuleModelDescription:NULL Artifacts UUID List:{ 0b73ac09-6c16-4237-bfb0-076bec391f24 , ef613980-379b-4edf-80bd-3294b3d0f72e } 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-12T04:04:19.445Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b73ac09-6c16-4237-bfb0-076bec391f24 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-12T04:04:19.445Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:04:19.445Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-12T04:04:19.637Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:04:19.638Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 0b73ac09-6c16-4237-bfb0-076bec391f24 5033 2022-03-12T04:04:19.639Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-12T04:04:19.639Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-12T04:04:19.639Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:04:19.640Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:19.642Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:19.642Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057859639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:04:19.742Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:19.743Z||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-12T04:04:19.743Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:19.760Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:19.761Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:20.642Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef613980-379b-4edf-80bd-3294b3d0f72e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-12T04:04:20.643Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:04:20.643Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-12T04:04:20.925Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:04:20.926Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ef613980-379b-4edf-80bd-3294b3d0f72e 903 2022-03-12T04:04:20.926Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-12T04:04:20.926Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-12T04:04:20.926Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:04:20.927Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:20.928Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:20.929Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057860926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:04:21.029Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:21.030Z||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-12T04:04:21.030Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:21.054Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:21.055Z||pool-83-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:04:21.929Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 44d904fe-30e9-4f75-9d64-8abbd230fd7b 2022-03-12T04:04:21.930Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5142144c-9cb6-4ae7-8e7c-8295ac2e04e5 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-12T04:04:21.945Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f5f4aad, org.onap.sdc.toscaparser.api.parameters.Input@64383992, org.onap.sdc.toscaparser.api.parameters.Input@2aa996f3, org.onap.sdc.toscaparser.api.parameters.Input@67d8b089, org.onap.sdc.toscaparser.api.parameters.Input@526794fd] 2022-03-12T04:04:21.947Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.947Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.947Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-12T04:04:21.947Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 2022-03-12T04:04:21.948Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 matches Tosca VF Customization UUID: b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 2022-03-12T04:04:21.948Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 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-12T04:04:21.950Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.950Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.950Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b9d53a07-e8e5-4d25-ac5c-68b7f5177a42: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-12T04:04:21.951Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b06bc9 2022-03-12T04:04:21.951Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.951Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:04:21.951Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1eaec5c-eed0-4d47-8435-73b67af91004 2022-03-12T04:04:21.951Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1eaec5c-eed0-4d47-8435-73b67af91004 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-12T04:04:21.954Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.954Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:21.955Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:21.955Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.955Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:21.956Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:21.956Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.956Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-12T04:04:21.956Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-12T04:04:21.957Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:04:21.957Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f8b00d45-b2b0-4da6-8bef-576d28332419 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-12T04:04:21.959Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.959Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:21.960Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:04:21.960Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.960Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-12T04:04:21.960Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b9d53a07-e8e5-4d25-ac5c-68b7f5177a42 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-12T04:04:21.962Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.962Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.962Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 44d904fe-30e9-4f75-9d64-8abbd230fd7b: basic_vm 2022-03-12T04:04:21.963Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.963Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.963Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.963Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.964Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.964Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.964Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.964Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.964Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:04:21.965Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:04:21.965Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-12T04:04:22.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5142144c-9cb6-4ae7-8e7c-8295ac2e04e5 1 ASDC deployResourceStructure 2022-03-12T04:04:22.054Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-12T04:04:22.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-12T04:04:22.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:04:22.055Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:22.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:22.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057862054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:04:22.157Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:22.158Z||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-12T04:04:22.158Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:22.169Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:22.169Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:23.057Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-12T04:04:23.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-12T04:04:23.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:04:23.058Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:23.060Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:23.060Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057863057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:04:23.160Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:23.161Z||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-12T04:04:23.162Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:23.176Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:23.176Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:04:24.061Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-12T04:04:24.061Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-12T04:04:24.061Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:04:24.062Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:24.064Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:24.064Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057864061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-12T04:04:24.164Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:24.165Z||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-12T04:04:24.165Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:24.180Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:24.181Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:25.065Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-12T04:04:25.065Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-12T04:04:25.065Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:04:25.066Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:04:25.067Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:04:25.068Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057865064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:04:25.168Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:04:25.169Z||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-12T04:04:25.169Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:25.184Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:25.185Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:04:26.070Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:04:26.079Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:04:26.081Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:04:26.081Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:04:26.081Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T04:04:26.081Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T04:04:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:04:28.407Z||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-12T04:04:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:04:28.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:04:28.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:04:28.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:04:28.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:04:56.081Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:04:56.090Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:04:56.092Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:04:56.092Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:04:56.092Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T04:04:56.092Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T04:05:26.092Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:05:26.105Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:05:26.109Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:05:26.109Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:05:26.109Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-12T04:05:26.109Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-12T04:05:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:05:28.407Z||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-12T04:05:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:05:28.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:05:28.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "dcae-sch", "timestamp": 1647057747747, "artifactURL": "/sdc/v1/catalog/services/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712/resourceInstances/basicclamp0/artifacts/d8248284-7da2-4a1f-ac85-31c2f5a2d232", "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-12T04:05:28.461Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:05:28.461Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:05:28.471Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.471Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057748663, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.472Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.472Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.472Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.472Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057741213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057749696, "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-12T04:05:28.479Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:05:28.480Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:05:28.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "multicloud-k8s-id", "timestamp": 1647057750703, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057750023, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057724700, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057751632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057727144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.499Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "cds", "timestamp": 1647057752442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-12T04:05:28.511Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.512Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "ves-openapi-manager", "timestamp": 1647057738232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057736455, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "dcae-sch", "timestamp": 1647057735462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057756675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.528Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057756420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057757681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "policy-id", "timestamp": 1647057758684, "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-12T04:05:28.537Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.537Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.546Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.546Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057737340, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.546Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.547Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.547Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.547Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057758820, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.548Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057759781, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.549Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057759868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057759824, "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-12T04:05:28.556Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9246133-fe51-45f6-a962-804cf5e38f08 2022-03-12T04:05:28.557Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:05:28.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057759914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057760785, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057760929, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.566Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.567Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.568Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.568Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.568Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "aai-ml", "timestamp": 1647057760918, "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-12T04:05:28.572Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:05:28.572Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:05:28.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057762230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.583Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057753445, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.584Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.584Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.584Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057763256, "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-12T04:05:28.588Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.589Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057764261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057763495, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057764857, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "cds", "timestamp": 1647057764736, "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-12T04:05:28.613Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:05:28.614Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:05:28.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057765860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "dcae-sch", "timestamp": 1647057756788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.627Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "clamp", "timestamp": 1647057766865, "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-12T04:05:28.632Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:05:28.632Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:05:28.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.642Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057758232, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057759688, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.643Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.644Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.645Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057768303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.646Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057769544, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.647Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057769081, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057769335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.649Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057770549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.650Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "ves-openapi-manager", "timestamp": 1647057770338, "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-12T04:05:28.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:05:28.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:05:28.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "policy-id", "timestamp": 1647057771552, "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-12T04:05:28.668Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:05:28.669Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:05:28.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057770915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.680Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057771313, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057772319, "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-12T04:05:28.688Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50e71d99-e3be-4f57-a251-90cd52117196 2022-03-12T04:05:28.688Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:05:28.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "multicloud-k8s-id", "timestamp": 1647057765267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.702Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.704Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057781637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057783122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057783900, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "aai-ml", "timestamp": 1647057784125, "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-12T04:05:28.711Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.712Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057784905, "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-12T04:05:28.724Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.725Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057786785, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.733Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.734Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057789807, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d826aca-4882-469c-881c-b7ae63b856c1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057790737, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "clamp", "timestamp": 1647057790811, "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-12T04:05:28.742Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 415e9fb9-14d4-4e57-abe8-14a63986af0d 2022-03-12T04:05:28.742Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:05:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.750Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057761921, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057748492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057794597, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057795186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057796967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647057797970, "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-12T04:05:28.762Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:05:28.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:05:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057767869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057800680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057801830, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "aai-ml", "timestamp": 1647057801683, "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-12T04:05:28.779Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:05:28.779Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:05:28.786Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.786Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057804380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.786Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057805474, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057806658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057807963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:05:28.787Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:05:56.109Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:05:56.123Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.126Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:05:56.127Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:05:56.131Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:06:26.131Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9246133-fe51-45f6-a962-804cf5e38f08 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-12T04:06:26.139Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9246133-fe51-45f6-a962-804cf5e38f08 and serviceModelVersionId: 44d904fe-30e9-4f75-9d64-8abbd230fd7b 2022-03-12T04:06:26.139Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 134683d6-80fc-4df5-8abf-673b4f3de515 2022-03-12T04:06:26.140Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0 2022-03-12T04:06:26.148Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:06:26.210Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0|INFO|500||Invoke 2022-03-12T04:06:26.210Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9246133-fe51-45f6-a962-804cf5e38f08], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d702f364-dc4d-415c-9ad6-677353113165], X-ECOMP-RequestID=[f9246133-fe51-45f6-a962-804cf5e38f08], X-TransactionId=[], X-ONAP-RequestID=[f9246133-fe51-45f6-a962-804cf5e38f08], Content-Type=[application/merge-patch+json]} 2022-03-12T04:06:26.257Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:06:26.589Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?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/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220312-04:06:25:011-43603], vertex-id=[221296], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:06:25 GMT], Content-Type=[application/json]} 2022-03-12T04:06:26.589Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:06:26.590Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/134683d6-80fc-4df5-8abf-673b4f3de515/model-vers/model-ver/44d904fe-30e9-4f75-9d64-8abbd230fd7b?depth=0|INFO|500||InvokeReturn 2022-03-12T04:06:26.590Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:06:26.591Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:06:26.597Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:06:26.597Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9246133-fe51-45f6-a962-804cf5e38f08 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:06:26.598Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:06:26.598Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:26.602Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:26.602Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057986598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:06:26.702Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:26.703Z||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-12T04:06:26.703Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:26.719Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:26.720Z||pool-88-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-12T04:06:27.618Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:06:27.618Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"50e71d99-e3be-4f57-a251-90cd52117196","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712","serviceDescription":"service","serviceInvariantUUID":"1c9c3f59-26f3-44e7-99c2-f86f9630d136","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6984dcea-fb32-4d4f-ba2e-42f70b4a1046","resourceInvariantUUID":"918c3978-9258-45c4-b1f0-942f46933afd","resourceCustomizationUUID":"85fadf2c-13ec-4c65-944c-f0a99e060c79","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":"d8248284-7da2-4a1f-ac85-31c2f5a2d232","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":"M2JjZGYxMzA2N2U0OGM4ZjA4YTZmNWM1ZjU4ZjUxYmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fe4f963-2e84-44b1-a90f-e4cc0b1e9813","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":"OTA2M2MyYTFkYzhkZDIxYTNkZDc2YTE0NGY4NTY4YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f06106e-3fb3-4860-bf14-aecd1307e162","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":"05f7bd94-e067-4dde-b83a-4cf6f38a56e4","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":"31be1fb6-06c6-423d-8cdc-e8d4401ea2c0","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":"04c2a813-fec9-4913-8857-5f8fd22640b5","artifactVersion":"2","generatedFromUUID":"05f7bd94-e067-4dde-b83a-4cf6f38a56e4"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YWUxZWZmOWJlODFmZjEyYzVkYWYzMmEzZDFkMDc0MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96eeada9-9ec6-4230-afc5-c25c8c941635","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmE1ZThlZTJmZjBlOWE1YTBmNjRlNjk0YjkwMjM2ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a80e1c4-a114-4726-baf8-e43c1523b85d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:06:27.619Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:27.619Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:27.622Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:27.622Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:27.722Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:27.723Z||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-12T04:06:27.723Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:27.737Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:27.738Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:06:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:06:28.407Z||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-12T04:06:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:28.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:28.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057809261, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057810592, "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-12T04:06:28.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057811596, "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-12T04:06:28.438Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057812604, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057812789, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057813609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057814613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.439Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057814801, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057815617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "clamp", "timestamp": 1647057815805, "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-12T04:06:28.446Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9232a73-dd2b-4261-86fa-5a302b02480d 2022-03-12T04:06:28.446Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:06:28.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6cdb7771-a472-412e-b5d2-5e79e6af914d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057847169, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:06:28.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057855736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057858435, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057859639, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057860926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057862054, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057863057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057864061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057865064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:06:28.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:06:28.623Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:28.623Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:28.625Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:28.625Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:28.725Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:06:28.726Z||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-12T04:06:28.726Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:28.740Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:28.741Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:29.626Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:29.627Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:29.630Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:29.631Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:06:29.731Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:29.732Z||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-12T04:06:29.732Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:29.777Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:29.778Z||pool-91-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:30.632Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:30.633Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:30.636Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:30.636Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T04:06:30.736Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:30.737Z||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-12T04:06:30.737Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:30.760Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:30.761Z||pool-92-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:31.639Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:31.640Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:31.642Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:31.642Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:31.742Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:31.743Z||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-12T04:06:31.743Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:31.772Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:31.772Z||pool-93-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:32.643Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:32.644Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:32.646Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:32.646Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T04:06:32.747Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:32.747Z||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-12T04:06:32.748Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:32.769Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:32.770Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:06:33.647Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:33.647Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:33.650Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:33.650Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:06:33.750Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:33.751Z||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-12T04:06:33.751Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:33.774Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:33.774Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:34.650Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:06:34.651Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:34.652Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:34.652Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:06:34.752Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:34.754Z||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-12T04:06:34.754Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:34.768Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:34.769Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:35.653Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712", "serviceDescription": "service", "serviceInvariantUUID": "1c9c3f59-26f3-44e7-99c2-f86f9630d136", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "85fadf2c-13ec-4c65-944c-f0a99e060c79", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6984dcea-fb32-4d4f-ba2e-42f70b4a1046", "resourceInvariantUUID": "918c3978-9258-45c4-b1f0-942f46933afd", "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": "OTA2M2MyYTFkYzhkZDIxYTNkZDc2YTE0NGY4NTY4YWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f06106e-3fb3-4860-bf14-aecd1307e162", "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": "05f7bd94-e067-4dde-b83a-4cf6f38a56e4", "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": "04c2a813-fec9-4913-8857-5f8fd22640b5", "generatedFromUUID": "05f7bd94-e067-4dde-b83a-4cf6f38a56e4" }, "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": "04c2a813-fec9-4913-8857-5f8fd22640b5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YmE1ZThlZTJmZjBlOWE1YTBmNjRlNjk0YjkwMjM2ZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a80e1c4-a114-4726-baf8-e43c1523b85d" } ], "workloadContext": "Production" } 2022-03-12T04:06:35.654Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:06:35.654Z|f9246133-fe51-45f6-a962-804cf5e38f08|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 ASDC 2022-03-12T04:06:35.655Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:50e71d99-e3be-4f57-a251-90cd52117196 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 ServiceInvariantUUID:1c9c3f59-26f3-44e7-99c2-f86f9630d136 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:0a80e1c4-a114-4726-baf8-e43c1523b85d ArtifactChecksum:YmE1ZThlZTJmZjBlOWE1YTBmNjRlNjk0YjkwMjM2ZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:85fadf2c-13ec-4c65-944c-f0a99e060c79 ResourceInvariantUUID:918c3978-9258-45c4-b1f0-942f46933afd ResourceName:basicclamp ResourceType:VF ResourceUUID:6984dcea-fb32-4d4f-ba2e-42f70b4a1046 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:9f06106e-3fb3-4860-bf14-aecd1307e162 ArtifactChecksum:OTA2M2MyYTFkYzhkZDIxYTNkZDc2YTE0NGY4NTY4YWU= 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:05f7bd94-e067-4dde-b83a-4cf6f38a56e4 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:04c2a813-fec9-4913-8857-5f8fd22640b5 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:04c2a813-fec9-4913-8857-5f8fd22640b5 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T04:06:35.657Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 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-12T04:06:35.702Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:06:35.703Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:06:35.703Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:06:35.703Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a80e1c4-a114-4726-baf8-e43c1523b85d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-12T04:06:35.704Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:06:35.704Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-12T04:06:36.663Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:06:36.670Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0a80e1c4-a114-4726-baf8-e43c1523b85d 73662 2022-03-12T04:06:36.671Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:36.671Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:36.672Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:06:36.672Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:36.674Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:36.675Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057996671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:36.775Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:36.776Z||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-12T04:06:36.776Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:36.789Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:36.789Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:37.675Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:06:37.676Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:06:37.676Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0a80e1c4-a114-4726-baf8-e43c1523b85d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:37.677Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-12T04:06:37.677Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:37.678Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:37.831Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16721816492386439171/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-12T04:06:39.052Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:06:39.053Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:06:39.053Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:39.053Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-12T04:06:39.053Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.053Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.054Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:39.055Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:06:39.056Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:06:39.057Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.057Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.057Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.057Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-12T04:06:39.057Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.058Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:39.059Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-12T04:06:39.060Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de9cd85a-fb27-40b3-b141-c9fb04f16af7 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.061Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.062Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.062Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.062Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:39.062Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:39.062Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 Model Version:NULL Model InvariantUuid:1c9c3f59-26f3-44e7-99c2-f86f9630d136 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:483d347f-eede-4369-9352-aab4f09eb81e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:918c3978-9258-45c4-b1f0-942f46933afd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:85fadf2c-13ec-4c65-944c-f0a99e060c79 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e82ad887-25b5-43b9-8475-31c1cdd9cbfd ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2143ba3b-5c40-4117-a29e-4a9606963a52 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:de9cd85a-fb27-40b3-b141-c9fb04f16af7 ModelInvariantUuid:e690a273-2bbd-4b87-a6dc-6d5869874522 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:ea67fb6a-5ec7-4db9-93d5-e63c7514da3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e5a3de3d-cd44-4f16-8dca-0d9434c1dfed ModelInvariantUuid:62c99228-c10b-4134-ba2c-5bfcbcf1776f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:ba507c2d-2481-453c-a2b1-0782c0f89be3 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-12T04:06:39.069Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6984dcea-fb32-4d4f-ba2e-42f70b4a1046 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-12T04:06:39.072Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||basicclamp 0 2022-03-12T04:06:39.072Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6984dcea-fb32-4d4f-ba2e-42f70b4a1046 2022-03-12T04:06:39.072Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9f06106e-3fb3-4860-bf14-aecd1307e162 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-12T04:06:39.073Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:06:39.073Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.258Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:06:39.258Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9f06106e-3fb3-4860-bf14-aecd1307e162 790 2022-03-12T04:06:39.258Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.259Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:39.259Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:06:39.259Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:39.261Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:39.261Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057999258, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:39.361Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:39.362Z||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-12T04:06:39.362Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:39.374Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:39.375Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:40.262Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e82ad887-25b5-43b9-8475-31c1cdd9cbfd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2143ba3b-5c40-4117-a29e-4a9606963a52", "vfModuleModelCustomizationUUID": "62c4a9e4-d293-4715-b156-b8912413834f", "isBase": true, "artifacts": [ "05f7bd94-e067-4dde-b83a-4cf6f38a56e4", "04c2a813-fec9-4913-8857-5f8fd22640b5" ], "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-12T04:06:40.267Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2143ba3b-5c40-4117-a29e-4a9606963a52 VfModuleModelInvariantUUID:e82ad887-25b5-43b9-8475-31c1cdd9cbfd VfModuleModelDescription:NULL Artifacts UUID List:{ 05f7bd94-e067-4dde-b83a-4cf6f38a56e4 , 04c2a813-fec9-4913-8857-5f8fd22640b5 } 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-12T04:06:40.269Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e82ad887-25b5-43b9-8475-31c1cdd9cbfd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2143ba3b-5c40-4117-a29e-4a9606963a52", "vfModuleModelCustomizationUUID": "62c4a9e4-d293-4715-b156-b8912413834f", "isBase": true, "artifacts": [ "05f7bd94-e067-4dde-b83a-4cf6f38a56e4", "04c2a813-fec9-4913-8857-5f8fd22640b5" ], "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-12T04:06:40.269Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2143ba3b-5c40-4117-a29e-4a9606963a52 VfModuleModelInvariantUUID:e82ad887-25b5-43b9-8475-31c1cdd9cbfd VfModuleModelDescription:NULL Artifacts UUID List:{ 05f7bd94-e067-4dde-b83a-4cf6f38a56e4 , 04c2a813-fec9-4913-8857-5f8fd22640b5 } 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-12T04:06:40.270Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 05f7bd94-e067-4dde-b83a-4cf6f38a56e4 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-12T04:06:40.270Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:06:40.270Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:40.321Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:06:40.322Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 05f7bd94-e067-4dde-b83a-4cf6f38a56e4 5033 2022-03-12T04:06:40.322Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:40.322Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:40.322Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:06:40.323Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:40.328Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:40.328Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058000322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:40.425Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-12T04:06:40.426Z||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-12T04:06:40.427Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:40.441Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:40.441Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:41.330Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04c2a813-fec9-4913-8857-5f8fd22640b5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-12T04:06:41.331Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:06:41.331Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:41.383Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:06:41.384Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 04c2a813-fec9-4913-8857-5f8fd22640b5 909 2022-03-12T04:06:41.384Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:41.384Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:41.384Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:06:41.385Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:41.387Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:41.387Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058001384, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:06:41.487Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:41.490Z||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-12T04:06:41.490Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:41.505Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:41.505Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:42.388Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 2022-03-12T04:06:42.388Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6984dcea-fb32-4d4f-ba2e-42f70b4a1046 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-12T04:06:42.403Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@368cb874, org.onap.sdc.toscaparser.api.parameters.Input@23937165, org.onap.sdc.toscaparser.api.parameters.Input@3094dbe6, org.onap.sdc.toscaparser.api.parameters.Input@5843f5bb, org.onap.sdc.toscaparser.api.parameters.Input@bdfa9df] 2022-03-12T04:06:42.405Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.405Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.406Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-12T04:06:42.406Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 85fadf2c-13ec-4c65-944c-f0a99e060c79 2022-03-12T04:06:42.406Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85fadf2c-13ec-4c65-944c-f0a99e060c79 matches Tosca VF Customization UUID: 85fadf2c-13ec-4c65-944c-f0a99e060c79 2022-03-12T04:06:42.406Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 85fadf2c-13ec-4c65-944c-f0a99e060c79 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-12T04:06:42.409Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.409Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.410Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 85fadf2c-13ec-4c65-944c-f0a99e060c79: {\"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-12T04:06:42.410Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@620b88d8 2022-03-12T04:06:42.411Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.411Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:06:42.411Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62c4a9e4-d293-4715-b156-b8912413834f 2022-03-12T04:06:42.411Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62c4a9e4-d293-4715-b156-b8912413834f 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-12T04:06:42.414Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.414Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:42.415Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:42.415Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.415Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:42.415Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:42.416Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.416Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-12T04:06:42.416Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-12T04:06:42.416Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-12T04:06:42.417Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=de9cd85a-fb27-40b3-b141-c9fb04f16af7 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-12T04:06:42.419Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.420Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:42.421Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:06:42.421Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.421Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-12T04:06:42.421Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=85fadf2c-13ec-4c65-944c-f0a99e060c79 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-12T04:06:42.424Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.424Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.425Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712: basicclamp 2022-03-12T04:06:42.425Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.425Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.425Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.426Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.426Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.426Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.427Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.427Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.427Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:06:42.427Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:06:42.428Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:42.513Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6984dcea-fb32-4d4f-ba2e-42f70b4a1046 1 ASDC deployResourceStructure 2022-03-12T04:06:42.514Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:42.514Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:42.514Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:06:42.514Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:42.516Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:42.516Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058002514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:06:42.616Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:42.618Z||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-12T04:06:42.618Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:42.636Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:42.636Z||pool-101-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:06:43.517Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:43.517Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:43.517Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:06:43.518Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:43.520Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:43.520Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058003517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:06:43.627Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-12T04:06:43.634Z||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-12T04:06:43.635Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:43.654Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:43.654Z||pool-102-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:44.521Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:44.521Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:44.522Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:06:44.522Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:44.524Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:44.525Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058004521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-12T04:06:44.625Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:44.626Z||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-12T04:06:44.626Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:44.640Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:44.641Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:45.525Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:45.526Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||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-12T04:06:45.526Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:06:45.526Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:06:45.528Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:06:45.528Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058005525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:06:45.628Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:06:45.629Z||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-12T04:06:45.629Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:06:45.643Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:06:45.644Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:06:46.529Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50e71d99-e3be-4f57-a251-90cd52117196 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:06:46.541Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:06:46.545Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:06:46.545Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.546Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.547Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.547Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.547Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:06:46.547Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:06:46.553Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:07:16.554Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50e71d99-e3be-4f57-a251-90cd52117196 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-12T04:07:16.558Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50e71d99-e3be-4f57-a251-90cd52117196 and serviceModelVersionId: d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712 2022-03-12T04:07:16.558Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c9c3f59-26f3-44e7-99c2-f86f9630d136 2022-03-12T04:07:16.559Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0 2022-03-12T04:07:16.563Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:07:16.602Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0|INFO|500||Invoke 2022-03-12T04:07:16.602Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50e71d99-e3be-4f57-a251-90cd52117196], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ed125f23-78d4-4d03-92c5-ea2ae66bd95d], X-ECOMP-RequestID=[50e71d99-e3be-4f57-a251-90cd52117196], X-TransactionId=[], X-ONAP-RequestID=[50e71d99-e3be-4f57-a251-90cd52117196], Content-Type=[application/merge-patch+json]} 2022-03-12T04:07:16.622Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:07:16.947Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?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/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220312-04:07:15:377-53899], vertex-id=[184320], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:07:15 GMT], Content-Type=[application/json]} 2022-03-12T04:07:16.948Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:07:16.948Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9c3f59-26f3-44e7-99c2-f86f9630d136/model-vers/model-ver/d1ddadbd-5f3e-4b7d-a08d-1b1cc95fc712?depth=0|INFO|500||InvokeReturn 2022-03-12T04:07:16.949Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:07:16.949Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:07:16.953Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:07:16.954Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50e71d99-e3be-4f57-a251-90cd52117196 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:07:16.954Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:07:16.954Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:16.956Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:16.956Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058036954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:07:17.056Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:17.057Z||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-12T04:07:17.057Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:17.071Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:17.072Z||pool-105-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-12T04:07:17.968Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:07:17.968Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"415e9fb9-14d4-4e57-abe8-14a63986af0d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ef83378f-a82c-4c96-9a6a-9ed837e70a0b","serviceDescription":"service","serviceInvariantUUID":"09078326-757b-4fc7-92a3-f9178894daa4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e730e14f-f025-4537-b862-10baaf659067","resourceInvariantUUID":"edaaa161-3426-41ad-84c5-395aa254d22e","resourceCustomizationUUID":"d43dc05c-039d-426a-b889-92b9d4ede081","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":"MzYzZjE3NWM4ZjM5OTIzYjNlMzUxZDk5NGZkYjM3OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"becd978a-746a-419c-899e-c41c7e5d462d","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":"ZjQ3YjE1NDg5YTdmMTZhYmFhNTJjMmMyYTEwYzNlMjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4caecee4-99ff-40ab-8760-d912bc539788","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":"004540ae-f2d8-4b3f-baa5-65a2ea042eee","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":"ceff46b0-b96f-49fb-83f4-281f901d6d1d","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":"1045c552-4eaf-46c1-a8fd-eecfa058b9b0","artifactVersion":"2","generatedFromUUID":"004540ae-f2d8-4b3f-baa5-65a2ea042eee"},{"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":"MWRiMjVhMjAzOWQ2NjhkNjU1OThjZTc0NTY0MmMxMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4b3f289d-1557-4b85-91db-be297487659a","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":"MDAxMTUzYTdlNDA3ZWJiZWIyYjE0YjYzNGJhOGRkZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a08095fc-f8d4-479c-89a3-149951283968","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MTFjM2Y1OWY4M2JjOTE0MjY3Y2QxM2UzNTA3ZjQ3ZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8527e674-038e-4b33-8f8f-9f6452dcb592","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:07:17.968Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:17.969Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:17.971Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:17.971Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:07:18.071Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:18.072Z||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-12T04:07:18.072Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:18.084Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:18.085Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:18.971Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:18.972Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:18.975Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:18.975Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:07:19.074Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:07:19.075Z||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-12T04:07:19.075Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:19.090Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:19.090Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:19.976Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:19.976Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:19.978Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:19.979Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:07:20.082Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-12T04:07:20.083Z||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-12T04:07:20.083Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:20.096Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:20.097Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:20.979Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:20.980Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:20.982Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:20.982Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:07:21.082Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:21.083Z||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-12T04:07:21.084Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:21.100Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:21.100Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:21.983Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:21.983Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:21.985Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:21.986Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:07:22.086Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:22.087Z||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-12T04:07:22.087Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:22.102Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:22.103Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:22.986Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:22.987Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:22.989Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:22.990Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:07:23.089Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:07:23.090Z||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-12T04:07:23.090Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:23.102Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:23.103Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:23.990Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:23.990Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:23.992Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:23.992Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:07:24.093Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T04:07:24.095Z||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-12T04:07:24.095Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:24.109Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:24.109Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:24.992Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:07:24.993Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:24.996Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:24.996Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:07:25.097Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T04:07:25.098Z||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-12T04:07:25.098Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:25.138Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:25.139Z||pool-113-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:07:25.997Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ef83378f-a82c-4c96-9a6a-9ed837e70a0b", "serviceDescription": "service", "serviceInvariantUUID": "09078326-757b-4fc7-92a3-f9178894daa4", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d43dc05c-039d-426a-b889-92b9d4ede081", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e730e14f-f025-4537-b862-10baaf659067", "resourceInvariantUUID": "edaaa161-3426-41ad-84c5-395aa254d22e", "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": "ZjQ3YjE1NDg5YTdmMTZhYmFhNTJjMmMyYTEwYzNlMjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4caecee4-99ff-40ab-8760-d912bc539788", "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": "004540ae-f2d8-4b3f-baa5-65a2ea042eee", "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": "1045c552-4eaf-46c1-a8fd-eecfa058b9b0", "generatedFromUUID": "004540ae-f2d8-4b3f-baa5-65a2ea042eee" }, "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": "1045c552-4eaf-46c1-a8fd-eecfa058b9b0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MTFjM2Y1OWY4M2JjOTE0MjY3Y2QxM2UzNTA3ZjQ3ZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8527e674-038e-4b33-8f8f-9f6452dcb592" } ], "workloadContext": "Production" } 2022-03-12T04:07:25.997Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:07:25.997Z|50e71d99-e3be-4f57-a251-90cd52117196|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef83378f-a82c-4c96-9a6a-9ed837e70a0b ASDC 2022-03-12T04:07:25.997Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:415e9fb9-14d4-4e57-abe8-14a63986af0d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ef83378f-a82c-4c96-9a6a-9ed837e70a0b ServiceInvariantUUID:09078326-757b-4fc7-92a3-f9178894daa4 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:8527e674-038e-4b33-8f8f-9f6452dcb592 ArtifactChecksum:MTFjM2Y1OWY4M2JjOTE0MjY3Y2QxM2UzNTA3ZjQ3ZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d43dc05c-039d-426a-b889-92b9d4ede081 ResourceInvariantUUID:edaaa161-3426-41ad-84c5-395aa254d22e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e730e14f-f025-4537-b862-10baaf659067 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:4caecee4-99ff-40ab-8760-d912bc539788 ArtifactChecksum:ZjQ3YjE1NDg5YTdmMTZhYmFhNTJjMmMyYTEwYzNlMjM= 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:004540ae-f2d8-4b3f-baa5-65a2ea042eee 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:1045c552-4eaf-46c1-a8fd-eecfa058b9b0 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:1045c552-4eaf-46c1-a8fd-eecfa058b9b0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-12T04:07:25.998Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef83378f-a82c-4c96-9a6a-9ed837e70a0b 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-12T04:07:26.039Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:07:26.040Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:07:26.040Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:07:26.040Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8527e674-038e-4b33-8f8f-9f6452dcb592 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-12T04:07:26.040Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:07:26.040Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-12T04:07:26.750Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:07:26.754Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8527e674-038e-4b33-8f8f-9f6452dcb592 78789 2022-03-12T04:07:26.754Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:26.755Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:26.755Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:07:26.755Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:26.757Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:26.757Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058046754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:07:26.857Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:26.858Z||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-12T04:07:26.858Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:26.872Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:26.873Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:27.757Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:07:27.758Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:07:27.759Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8527e674-038e-4b33-8f8f-9f6452dcb592, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:27.759Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-12T04:07:27.759Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:27.759Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:27.862Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3643171483145177818/Definitions/service-BasicVmMacro-template.yml 2022-03-12T04:07:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:07:28.407Z||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-12T04:07:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:28.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:28.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:07:28.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9246133-fe51-45f6-a962-804cf5e38f08", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057986598, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:07:28.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:07:28.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:07:28.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:07:28.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 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-12T04:07:29.013Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:07:29.016Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-12T04:07:29.017Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:29.018Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:29.019Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab0db104-5df8-4a08-bc82-7222f1cebd79 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:29.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ef83378f-a82c-4c96-9a6a-9ed837e70a0b Model Version:NULL Model InvariantUuid:09078326-757b-4fc7-92a3-f9178894daa4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:a524a6da-8897-4cf1-95da-92d401403336 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:edaaa161-3426-41ad-84c5-395aa254d22e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d43dc05c-039d-426a-b889-92b9d4ede081 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d4cb6f3e-4aea-4be3-9adb-64c91d8e86ba ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f8b39f57-651b-40bd-b4f8-7d3e45c8932e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ab0db104-5df8-4a08-bc82-7222f1cebd79 ModelInvariantUuid:a23c5eba-6753-4535-865d-8c50670ba000 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:a9ea5876-ee59-46a0-a86b-c4ddd1289c93 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ed96c6e2-f5ff-43c6-83d7-85bd429be4f2 ModelInvariantUuid:14cedec4-ae1d-4269-a356-a081b522c461 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:9ede0ba9-c51c-43df-974c-8b9a71c4da69 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-12T04:07:29.028Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e730e14f-f025-4537-b862-10baaf659067 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-12T04:07:29.030Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-03-12T04:07:29.030Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e730e14f-f025-4537-b862-10baaf659067 2022-03-12T04:07:29.030Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4caecee4-99ff-40ab-8760-d912bc539788 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-12T04:07:29.030Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:07:29.031Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.166Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:07:29.167Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4caecee4-99ff-40ab-8760-d912bc539788 792 2022-03-12T04:07:29.167Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.167Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:29.167Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:07:29.168Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:29.169Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:29.169Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058049167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:07:29.271Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T04:07:29.272Z||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-12T04:07:29.272Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:29.290Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:29.290Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:30.170Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d4cb6f3e-4aea-4be3-9adb-64c91d8e86ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8b39f57-651b-40bd-b4f8-7d3e45c8932e", "vfModuleModelCustomizationUUID": "b0678674-e0ac-4e6f-bd6b-1d49cecdc1e5", "isBase": true, "artifacts": [ "004540ae-f2d8-4b3f-baa5-65a2ea042eee", "1045c552-4eaf-46c1-a8fd-eecfa058b9b0" ], "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-12T04:07:30.173Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8b39f57-651b-40bd-b4f8-7d3e45c8932e VfModuleModelInvariantUUID:d4cb6f3e-4aea-4be3-9adb-64c91d8e86ba VfModuleModelDescription:NULL Artifacts UUID List:{ 004540ae-f2d8-4b3f-baa5-65a2ea042eee , 1045c552-4eaf-46c1-a8fd-eecfa058b9b0 } 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-12T04:07:30.175Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d4cb6f3e-4aea-4be3-9adb-64c91d8e86ba", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8b39f57-651b-40bd-b4f8-7d3e45c8932e", "vfModuleModelCustomizationUUID": "b0678674-e0ac-4e6f-bd6b-1d49cecdc1e5", "isBase": true, "artifacts": [ "004540ae-f2d8-4b3f-baa5-65a2ea042eee", "1045c552-4eaf-46c1-a8fd-eecfa058b9b0" ], "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-12T04:07:30.175Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8b39f57-651b-40bd-b4f8-7d3e45c8932e VfModuleModelInvariantUUID:d4cb6f3e-4aea-4be3-9adb-64c91d8e86ba VfModuleModelDescription:NULL Artifacts UUID List:{ 004540ae-f2d8-4b3f-baa5-65a2ea042eee , 1045c552-4eaf-46c1-a8fd-eecfa058b9b0 } 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-12T04:07:30.175Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 004540ae-f2d8-4b3f-baa5-65a2ea042eee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-12T04:07:30.176Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:07:30.176Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:30.466Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:07:30.467Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 004540ae-f2d8-4b3f-baa5-65a2ea042eee 5033 2022-03-12T04:07:30.467Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:30.467Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:30.467Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:07:30.467Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:30.469Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:30.469Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058050467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:07:30.570Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:07:30.570Z||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-12T04:07:30.571Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:30.583Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:30.584Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:31.470Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1045c552-4eaf-46c1-a8fd-eecfa058b9b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-12T04:07:31.470Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:07:31.471Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:31.852Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:07:31.852Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1045c552-4eaf-46c1-a8fd-eecfa058b9b0 903 2022-03-12T04:07:31.852Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:31.852Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:31.852Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:07:31.853Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:31.855Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:31.855Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058051852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:07:31.955Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:31.955Z||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-12T04:07:31.956Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:31.970Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:31.970Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:32.855Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ef83378f-a82c-4c96-9a6a-9ed837e70a0b 2022-03-12T04:07:32.856Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e730e14f-f025-4537-b862-10baaf659067 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-12T04:07:32.870Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fb9b54, org.onap.sdc.toscaparser.api.parameters.Input@b48d0b4, org.onap.sdc.toscaparser.api.parameters.Input@2c5b65b, org.onap.sdc.toscaparser.api.parameters.Input@4e186c90, org.onap.sdc.toscaparser.api.parameters.Input@14e36f3c] 2022-03-12T04:07:32.872Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.872Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.873Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-12T04:07:32.873Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d43dc05c-039d-426a-b889-92b9d4ede081 2022-03-12T04:07:32.873Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d43dc05c-039d-426a-b889-92b9d4ede081 matches Tosca VF Customization UUID: d43dc05c-039d-426a-b889-92b9d4ede081 2022-03-12T04:07:32.873Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d43dc05c-039d-426a-b889-92b9d4ede081 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-12T04:07:32.876Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.877Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.877Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d43dc05c-039d-426a-b889-92b9d4ede081: {\"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-12T04:07:32.878Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bca5cc6 2022-03-12T04:07:32.878Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.878Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-12T04:07:32.878Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0678674-e0ac-4e6f-bd6b-1d49cecdc1e5 2022-03-12T04:07:32.879Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0678674-e0ac-4e6f-bd6b-1d49cecdc1e5 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-12T04:07:32.881Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.882Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:32.882Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:32.882Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.883Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:32.883Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:32.883Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.884Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-12T04:07:32.884Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-12T04:07:32.884Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-12T04:07:32.884Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab0db104-5df8-4a08-bc82-7222f1cebd79 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-12T04:07:32.887Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.887Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:32.887Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-12T04:07:32.888Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.888Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-12T04:07:32.888Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d43dc05c-039d-426a-b889-92b9d4ede081 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-12T04:07:32.891Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.891Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.891Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ef83378f-a82c-4c96-9a6a-9ed837e70a0b: basic_vm_macro 2022-03-12T04:07:32.891Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.892Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.892Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.892Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.893Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.893Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.893Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.893Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.894Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:07:32.894Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:07:32.894Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:32.977Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e730e14f-f025-4537-b862-10baaf659067 1 ASDC deployResourceStructure 2022-03-12T04:07:32.978Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:32.978Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:32.978Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:07:32.979Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:32.981Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:32.981Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058052978, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:07:33.081Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:33.082Z||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-12T04:07:33.082Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:33.093Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:33.094Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:07:33.982Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:33.983Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:33.983Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:07:33.983Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:33.986Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:33.986Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058053982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:07:34.086Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:34.087Z||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-12T04:07:34.087Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:34.100Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:34.100Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:34.986Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:34.987Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:34.987Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:07:34.987Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:34.989Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:34.989Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058054986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-12T04:07:35.089Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:07:35.090Z||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-12T04:07:35.090Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:35.106Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:35.106Z||pool-120-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:35.990Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:35.990Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||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-12T04:07:35.990Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:07:35.991Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:07:35.995Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:07:35.995Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058055990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:07:36.093Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-12T04:07:36.093Z||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-12T04:07:36.093Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:07:36.107Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:07:36.107Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:07:36.996Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 415e9fb9-14d4-4e57-abe8-14a63986af0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:07:37.009Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:07:37.012Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:07:37.013Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:07:37.013Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:07:37.013Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:07:37.013Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.014Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:07:37.015Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:07:37.020Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:08:07.021Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 415e9fb9-14d4-4e57-abe8-14a63986af0d 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-12T04:08:07.029Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 415e9fb9-14d4-4e57-abe8-14a63986af0d and serviceModelVersionId: ef83378f-a82c-4c96-9a6a-9ed837e70a0b 2022-03-12T04:08:07.029Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 09078326-757b-4fc7-92a3-f9178894daa4 2022-03-12T04:08:07.030Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0 2022-03-12T04:08:07.034Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:08:07.077Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0|INFO|500||Invoke 2022-03-12T04:08:07.077Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[415e9fb9-14d4-4e57-abe8-14a63986af0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b166f969-8414-40e3-bd4a-d8a8f9d3d0b7], X-ECOMP-RequestID=[415e9fb9-14d4-4e57-abe8-14a63986af0d], X-TransactionId=[], X-ONAP-RequestID=[415e9fb9-14d4-4e57-abe8-14a63986af0d], Content-Type=[application/merge-patch+json]} 2022-03-12T04:08:07.095Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:08:07.289Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?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/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-04:08:05:849-57657], vertex-id=[192512], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:08:05 GMT], Content-Type=[application/json]} 2022-03-12T04:08:07.289Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:08:07.290Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/09078326-757b-4fc7-92a3-f9178894daa4/model-vers/model-ver/ef83378f-a82c-4c96-9a6a-9ed837e70a0b?depth=0|INFO|500||InvokeReturn 2022-03-12T04:08:07.294Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:08:07.297Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:08:07.303Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:08:07.304Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 415e9fb9-14d4-4e57-abe8-14a63986af0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:08:07.304Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:08:07.304Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:07.307Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:07.308Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058087304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:08:07.408Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-12T04:08:07.409Z||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-12T04:08:07.409Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:07.426Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:07.427Z||pool-122-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-12T04:08:08.318Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-12T04:08:08.318Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9232a73-dd2b-4261-86fa-5a302b02480d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6","serviceDescription":"service","serviceInvariantUUID":"e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59c668c0-5c02-4100-8fc1-343e0e40127f","resourceInvariantUUID":"fb5664cb-ff7a-4a79-9be2-9fea04c57e06","resourceCustomizationUUID":"06e663dc-df98-4df4-8264-ad020ea1c781","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":"NzcxYzFkODdhOTFjOWM5NTczNDhjNWFjMTRiMmI1MzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d2406a7-a0ae-4e33-a13f-feea6783cf95","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":"d0152bd0-0f23-41c9-a137-8d3781395eb5","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":"bfbbca6c-438a-413d-98f5-625e6ba78b5a","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":"MWE4ZWQ3ZDNhNDYzNWI4NGMzNTc3MDNlYzk0Y2Y5ZmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"de5a5364-106d-48a4-96e9-550c7e8b8652","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":"d100296d-b050-404d-96df-82851923c7a2","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":"95ae7080-e641-4c72-b44f-6c270ef4c09c","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":"3dc50d74-7627-49ad-bfb7-89bac2f1a39a","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":"MDJjNzE1Y2IzY2NiMjgzNGU3MmYyY2MyMTg3YmU1OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40028601-ce7d-45f5-9a09-c8a1b3ea335f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODI0NDJlZDgwNDY1NmM0ODY3OGU0NmQzZTY4NGI0ZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aceb9e28-941b-4ea0-80ce-16e92e2945f5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-12T04:08:08.319Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:08.319Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:08.320Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:08.321Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:08.421Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:08.423Z||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-12T04:08:08.424Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:08.437Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:08.438Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:08:09.321Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:09.322Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:09.324Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:09.324Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:09.424Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:09.425Z||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-12T04:08:09.425Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:09.437Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:09.437Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-12T04:08:10.326Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:10.326Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:10.328Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:10.328Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:10.428Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:10.429Z||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-12T04:08:10.429Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:10.443Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:10.443Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:11.328Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:11.329Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:11.331Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:11.331Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:11.431Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:11.432Z||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-12T04:08:11.432Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:11.445Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:11.445Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:12.331Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:12.332Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:12.334Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:12.334Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:12.434Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:12.435Z||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-12T04:08:12.435Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:12.447Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:12.448Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:13.335Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:13.335Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:13.337Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:13.337Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:13.437Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:13.438Z||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-12T04:08:13.438Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:13.463Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:13.464Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:14.337Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:14.338Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:14.340Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:14.340Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:14.440Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:14.441Z||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-12T04:08:14.441Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:14.454Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:14.454Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:15.341Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:15.341Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:15.343Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:15.343Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:15.443Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:15.444Z||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-12T04:08:15.444Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:15.457Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:15.457Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:16.343Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-12T04:08:16.344Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:16.345Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:16.345Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:08:16.446Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-12T04:08:16.447Z||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-12T04:08:16.447Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:16.460Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:16.460Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:17.346Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6", "serviceDescription": "service", "serviceInvariantUUID": "e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "06e663dc-df98-4df4-8264-ad020ea1c781", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "59c668c0-5c02-4100-8fc1-343e0e40127f", "resourceInvariantUUID": "fb5664cb-ff7a-4a79-9be2-9fea04c57e06", "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": "ODI0NDJlZDgwNDY1NmM0ODY3OGU0NmQzZTY4NGI0ZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aceb9e28-941b-4ea0-80ce-16e92e2945f5" } ], "workloadContext": "Production" } 2022-03-12T04:08:17.346Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-12T04:08:17.346Z|415e9fb9-14d4-4e57-abe8-14a63986af0d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 ASDC 2022-03-12T04:08:17.347Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a9232a73-dd2b-4261-86fa-5a302b02480d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 ServiceInvariantUUID:e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1 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:aceb9e28-941b-4ea0-80ce-16e92e2945f5 ArtifactChecksum:ODI0NDJlZDgwNDY1NmM0ODY3OGU0NmQzZTY4NGI0ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:06e663dc-df98-4df4-8264-ad020ea1c781 ResourceInvariantUUID:fb5664cb-ff7a-4a79-9be2-9fea04c57e06 ResourceName:test-pnf ResourceType:PNF ResourceUUID:59c668c0-5c02-4100-8fc1-343e0e40127f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-12T04:08:17.347Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 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-12T04:08:17.371Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:08:17.371Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:08:17.371Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:08:17.372Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aceb9e28-941b-4ea0-80ce-16e92e2945f5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-12T04:08:17.372Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-12T04:08:17.372Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-12T04:08:17.944Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-12T04:08:17.949Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aceb9e28-941b-4ea0-80ce-16e92e2945f5 105637 2022-03-12T04:08:17.949Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||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-12T04:08:17.949Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||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-12T04:08:17.949Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-12T04:08:17.950Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:17.951Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:17.951Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058097949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:08:18.052Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:18.053Z||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-12T04:08:18.053Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:18.092Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:18.093Z||pool-132-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:18.952Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-12T04:08:18.953Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-12T04:08:18.953Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: aceb9e28-941b-4ea0-80ce-16e92e2945f5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:18.954Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-12T04:08:18.954Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:18.954Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.068Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP923530463322407491/Definitions/service-TestPnfMacro-template.yml 2022-03-12T04:08:19.828Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||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-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.829Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:08:19.830Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-12T04:08:19.831Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.832Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.833Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.833Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.833Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.833Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 Model Version:NULL Model InvariantUuid:e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1 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-12T04:08:19.840Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 59c668c0-5c02-4100-8fc1-343e0e40127f 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-12T04:08:19.843Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-03-12T04:08:19.844Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 59c668c0-5c02-4100-8fc1-343e0e40127f 2022-03-12T04:08:19.844Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||No resources found for Service: ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 2022-03-12T04:08:19.844Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 2022-03-12T04:08:19.844Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 59c668c0-5c02-4100-8fc1-343e0e40127f 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-12T04:08:19.849Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bf20c11, org.onap.sdc.toscaparser.api.parameters.Input@8be32a0, org.onap.sdc.toscaparser.api.parameters.Input@26c0513e, org.onap.sdc.toscaparser.api.parameters.Input@4e659b6d, org.onap.sdc.toscaparser.api.parameters.Input@350c8434] 2022-03-12T04:08:19.849Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.849Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.850Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6: test-pnf 2022-03-12T04:08:19.850Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Processing PNF resource: 59c668c0-5c02-4100-8fc1-343e0e40127f 2022-03-12T04:08:19.850Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-12T04:08:19.850Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-12T04:08:19.850Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||Resource customization UUID: 06e663dc-df98-4df4-8264-ad020ea1c781 is the same as notified resource customizationUUID: 06e663dc-df98-4df4-8264-ad020ea1c781 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-12T04:08:19.884Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 59c668c0-5c02-4100-8fc1-343e0e40127f 0 ASDC deployResourceStructure 2022-03-12T04:08:19.885Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||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-12T04:08:19.885Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||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-12T04:08:19.885Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-12T04:08:19.886Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:19.888Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:19.888Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058099885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:08:19.988Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-12T04:08:19.989Z||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-12T04:08:19.989Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:20.002Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:20.002Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-12T04:08:20.888Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9232a73-dd2b-4261-86fa-5a302b02480d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12T04:08:20.901Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:08:20.905Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-12T04:08:20.905Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-12T04:08:20.906Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-12T04:08:20.906Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-12T04:08:20.906Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.906Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.907Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.907Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.907Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.907Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.908Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-12T04:08:20.908Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-12T04:08:20.914Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-12T04:08:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:08:28.407Z||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-12T04:08:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:28.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:28.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-12T04:08:28.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:08:28.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-12T04:08:50.914Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9232a73-dd2b-4261-86fa-5a302b02480d 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-12T04:08:50.920Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9232a73-dd2b-4261-86fa-5a302b02480d and serviceModelVersionId: ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6 2022-03-12T04:08:50.921Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1 2022-03-12T04:08:50.922Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?depth=0 2022-03-12T04:08:50.929Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-12T04:08:50.969Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?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-12T04:08:50.971Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?depth=0|INFO|500||Invoke 2022-03-12T04:08:50.992Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-12T04:08:51.322Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?depth=0|INFO|500||InvokeReturn 2022-03-12T04:08:51.323Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4c4c45b-e7b5-4db5-bb88-6cb2e369e6c1/model-vers/model-ver/ef9df313-d7bc-4269-aaa8-2e4c10b8f0b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220312-04:08:49:751-53486], vertex-id=[311360], Content-Length=[0], Date=[Sat, 12 Mar 2022 04:08:49 GMT], Content-Type=[application/json]} 2022-03-12T04:08:51.323Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-12T04:08:51.324Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-12T04:08:51.324Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-12T04:08:51.331Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-12T04:08:51.331Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9232a73-dd2b-4261-86fa-5a302b02480d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-12T04:08:51.332Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-12T04:08:51.332Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-12T04:08:51.334Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-12T04:08:51.335Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058131331, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:08:51.446Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-03-12T04:08:51.446Z||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-12T04:08:51.446Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:08:51.490Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:08:51.490Z||pool-134-thread-1|||||INFO|500||cambria reply ok (44 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-12T04:08:52.349Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:08:52.350Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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-12T04:08:52.350Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:02.635Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:02.636Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:02.637Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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-12T04:09:02.637Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:12.182Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:12.183Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:12.183Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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-12T04:09:12.183Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:21.725Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:21.725Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:21.726Z||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-12T04:09:21.726Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:28.407Z||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-12T04:09:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:28.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:28.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:09:28.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-12T04:09:28.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:09:28.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057996671, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:09:28.440Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057999258, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:09:28.441Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058000322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:09:28.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058001384, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:09:28.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058002514, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:09:28.443Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058003517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:09:28.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058004521, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-12T04:09:28.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058005525, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:09:28.446Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50e71d99-e3be-4f57-a251-90cd52117196", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058036954, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:09:28.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:28.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-12T04:09:28.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-12T04:09:28.449Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.450Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-12T04:09:28.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:09:28.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:09:28.453Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-12T04:09:28.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-12T04:09:28.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058046754, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:09:28.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:09:31.274Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:31.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:31.275Z||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-12T04:09:31.275Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:40.834Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:40.835Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:40.835Z||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-12T04:09:40.835Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:50.388Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:09:50.389Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:09:50.389Z||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-12T04:09:50.389Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:09:59.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:10:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:10:28.403Z||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-12T04:10:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:10:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:10:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T04:10:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:10:28.436Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:10:28.436Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.436Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058049167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058050467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058051852, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.437Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058052978, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058053982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058054986, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058055990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:10:28.438Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "415e9fb9-14d4-4e57-abe8-14a63986af0d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058087304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.439Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.440Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647057791754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058097949, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:10:28.441Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058099885, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-12T04:10:28.442Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:10:37.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:11:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:11:28.404Z||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-12T04:11:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:11:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:11:28.407Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T04:11:28.407Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:11:28.943Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:11:28.943Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-12T04:11:28.943Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9232a73-dd2b-4261-86fa-5a302b02480d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647058131331, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-12T04:11:28.944Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-12T04:11:37.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:12:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:12:28.404Z||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-12T04:12:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:12:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:12:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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-12T04:12:28.406Z|ac02376f-1d9d-4c83-8c10-0755f3272742|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:12:37.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:12:37.956Z|ac02376f-1d9d-4c83-8c10-0755f3272742|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:13:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:13:28.405Z||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-12T04:13:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:13:28.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:13:28.410Z||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-12T04:13:28.410Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:13:37.963Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:13:37.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:14:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:14:28.404Z||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-12T04:14:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:14:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:14:28.406Z||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-12T04:14:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:14:37.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:14:37.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:15:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:15:28.404Z||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-12T04:15:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:15:28.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:15:28.410Z||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-12T04:15:28.410Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:15:38.025Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:15:38.051Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:16:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:16:28.405Z||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-12T04:16:28.405Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:16:28.406Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:16:28.406Z||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-12T04:16:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:16:37.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:16:37.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:17:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:17:28.404Z||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-12T04:17:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:17:28.406Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:17:28.406Z||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-12T04:17:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:17:37.947Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:17:37.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:18:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:18:28.404Z||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-12T04:18:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:18:28.406Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:18:28.406Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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-12T04:18:28.406Z|a9232a73-dd2b-4261-86fa-5a302b02480d|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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:18:37.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:18:37.959Z|a9232a73-dd2b-4261-86fa-5a302b02480d|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:19:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:19:28.407Z||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-12T04:19:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:19:28.413Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:19:28.414Z||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-12T04:19:28.414Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:19:37.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:19:37.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:20:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:20:28.404Z||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-12T04:20:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:20:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:20:28.406Z||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-12T04:20:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:20:37.946Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:20:37.950Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:21:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:21:28.403Z||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-12T04:21:28.403Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:21:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:21:28.406Z||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-12T04:21:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:21:37.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:21:37.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:22:28.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:22:28.403Z||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-12T04:22:28.403Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:22:28.406Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:22:28.406Z||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-12T04:22:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:22:37.946Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:22:37.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:23:28.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:23:28.403Z||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-12T04:23:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:23:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:23:28.406Z||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-12T04:23:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:23:37.952Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:23:37.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:24:28.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:24:28.404Z||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-12T04:24:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:24:28.406Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:24:28.406Z||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-12T04:24:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:24:37.959Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:24:37.960Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:25:28.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:25:28.403Z||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-12T04:25:28.403Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:25:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:25:28.406Z||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-12T04:25:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:25:37.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:25:37.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:26:28.403Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:26:28.404Z||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-12T04:26:28.404Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:26:28.406Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:26:28.407Z||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-12T04:26:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:26:37.974Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:26:37.974Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:27:28.403Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:27:28.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-12T04:27:28.405Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:27:28.406Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:27:28.407Z||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-12T04:27:28.407Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:27:37.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:27:37.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:28:28.403Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:28:28.404Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-12T04:28:28.404Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:28:28.406Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:28:28.406Z||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-12T04:28:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:28:37.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:28:37.977Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:29:28.403Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:29:28.404Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-12T04:29:28.404Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:29:28.406Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-12T04:29:28.406Z||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-12T04:29:28.406Z||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 2aMHzOZ2TJxMHBTL) ... 2022-03-12T04:29:34.454Z||http-nio-8085-exec-1|||||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-12T04:29:37.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-12T04:29:37.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK