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-11T03:18:25.734Z||main|||||INFO|500||The following profiles are active: basic 2022-03-11T03:18:36.488Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-11T03:18:36.489Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-11T03:18:36.595Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-11T03:18:40.507Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-11T03:18:40.891Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-11T03:18:41.332Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-11T03:18:41.341Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-11T03:18:41.444Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-11T03:18:41.655Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-11T03:18:42.189Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-11T03:18:43.817Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-11T03:18:46.081Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-11T03:18:46.140Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-11T03:18:46.754Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-11T03:18:46.928Z||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-11T03:18:48.163Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-11T03:18:49.213Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-11T03:18:49.234Z||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$$b3d2088f.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-11T03:18:49.235Z||main|||||WARN|500||The sdc end point is not alive 2022-03-11T03:18:52.530Z||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-11T03:18:55.340Z||main|||||WARN|500||--- 2022-03-11T03:18:55.341Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-11T03:18:55.349Z||main|||||WARN|500||--- 2022-03-11T03:18:55.765Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-11T03:19:00.468Z||main|||||INFO|500||Started Application in 37.675 seconds (JVM running for 39.667) 2022-03-11T03:19:00.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-11T03:19:00.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-11T03:19:00.498Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-11T03:19:00.522Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-11T03:19:00.566Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 94d44a20-c599-46d2-a888-b9e517e995b0 url= /sdc/v1/artifactTypes 2022-03-11T03:19:00.566Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-11T03:19:00.848Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-11T03:19:00.871Z||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-11T03:19:00.893Z||scheduling-1|||||DEBUG|500||create keys 2022-03-11T03:19:00.901Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-11T03:19:00.966Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:19:00.984Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 34628819-ea77-495b-bcd9-0d662cb4db4a url= /sdc/v1/registerForDistribution 2022-03-11T03:19:01.231Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 34628819-ea77-495b-bcd9-0d662cb4db4a url= /sdc/v1/registerForDistribution 2022-03-11T03:19:01.232Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-11T03:19:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:19:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:19:01.250Z||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-11T03:19:01.251Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-11T03:19:01.251Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:19:01.251Z||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-11T03:19:01.252Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:19:11.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:19:11.684Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:20:01.239Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:20:01.240Z||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-11T03:20:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:20:01.243Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:20:01.243Z||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-11T03:20:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:20:10.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:20:10.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:21:01.239Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:21:01.240Z||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-11T03:21:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:21:01.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:21:01.243Z||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-11T03:21:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:21:10.787Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:21:10.821Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:22:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:22:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:22:01.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:22:01.244Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:22:01.244Z||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-11T03:22:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:22:10.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:22:10.797Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:23:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:23:01.240Z||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-11T03:23:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:23:01.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:23:01.243Z||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-11T03:23:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:23:10.793Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:23:10.795Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:24:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:24:01.240Z||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-11T03:24:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:24:01.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:24:01.243Z||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-11T03:24:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:24:10.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:24:10.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:25:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:25:01.240Z||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-11T03:25:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:25:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:25:01.243Z||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-11T03:25:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:25:10.786Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:25:10.791Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:26:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:26:01.241Z||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-11T03:26:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:26:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:26:01.245Z||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-11T03:26:01.245Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:26:10.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:26:10.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:27:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:27:01.241Z||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-11T03:27:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:27:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:27:01.243Z||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-11T03:27:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:27:10.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:27:10.790Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:28:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:28:01.242Z||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-11T03:28:01.242Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:28:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:28:01.243Z||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-11T03:28:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:28:10.793Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:28:10.793Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:28:43.897Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-11T03:29:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:29:01.240Z||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-11T03:29:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:29:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:29:01.243Z||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-11T03:29:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:29:10.789Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:29:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:30:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:30:01.241Z||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-11T03:30:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:30:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:30:01.243Z||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-11T03:30:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:30:10.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:30:10.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:31:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:31:01.241Z||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-11T03:31:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:31:01.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:31:01.243Z||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-11T03:31:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:31:10.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:31:10.792Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:32:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:32:01.240Z||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-11T03:32:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:32:01.244Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:32:01.245Z||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-11T03:32:01.245Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:32:10.806Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:32:10.807Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:33:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:33:01.240Z||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-11T03:33:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:33:01.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:33:01.244Z||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-11T03:33:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:33:10.792Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:33:10.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:34:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:34:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:34:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:34:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:34:01.244Z||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-11T03:34:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:34:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:34:10.793Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:35:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:35:01.241Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:35:01.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:35:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:35:01.243Z||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-11T03:35:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:35:10.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:35:10.810Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:36:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:36:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:36:01.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:36:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:36:01.243Z||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-11T03:36:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:36:10.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:36:10.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:37:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:37:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:37:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:37:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:37:01.243Z||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-11T03:37:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:37:10.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:37:10.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:38:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:38:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:38:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:38:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:38:01.243Z||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-11T03:38:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:38:10.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:38:10.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:39:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:39:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:39:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:39:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:39:01.243Z||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-11T03:39:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:39:10.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:39:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:40:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:40:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:40:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:40:01.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:40:01.243Z||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-11T03:40:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:40:10.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:40:10.812Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:41:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:41:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:41:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:41:01.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:41:01.243Z||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-11T03:41:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:41:10.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:41:10.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:42:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:42:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:42:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:42:01.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:42:01.243Z||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-11T03:42:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:42:10.792Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:42:10.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:43:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:43:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:43:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:43:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:43:01.243Z||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-11T03:43:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:43:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:43:10.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:44:01.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:44:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:44:01.244Z||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-11T03:44:01.244Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:44:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:44:01.245Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:44:10.801Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:44:10.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:45:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:45:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:45:01.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:45:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:45:01.243Z||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-11T03:45:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:45:10.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:45:10.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:46:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:46:01.241Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:46:01.241Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:46:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:46:01.244Z||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-11T03:46:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:46:10.793Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:46:10.793Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:47:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:47:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:47:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:47:01.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:47:01.243Z||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-11T03:47:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:47:10.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:47:10.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:48:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:48:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:48:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:48:01.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:48:01.243Z||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-11T03:48:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:48:10.784Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:48:10.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:49:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:49:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:49:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:49:01.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:49:01.243Z||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-11T03:49:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:49:10.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:49:10.795Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:01.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:50:01.240Z||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-11T03:50:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:01.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:50:01.243Z||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-11T03:50:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:02.268Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:02.270Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-11T03:50:02.271Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8eef1c2a-bb09-48c0-be94-93a9b9c3f001","serviceName":"basic_onboard_cqkGLh","serviceVersion":"1.0","serviceUUID":"85327dd5-4f4f-4614-95e2-5f284d95c621","serviceDescription":"service","serviceInvariantUUID":"6fec1824-7c40-4780-be56-35467dabdcfa","resources":[{"resourceInstanceName":"basic_onboard_cqkGLh 0","resourceName":"basic_onboard_cqkGLh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29aa7424-0a01-4644-9093-d56fea0dbc18","resourceInvariantUUID":"917b18cf-47a0-48a0-8e35-0a98aa548efa","resourceCustomizationUUID":"027d7942-ad63-4ced-b089-480b13b8c936","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml","artifactChecksum":"ZWFmOWU4M2VmYjIyM2M5YWYyYjVjNTIyOWVlZmQxMDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c649d30-41c9-47e6-9b68-d2981161ef23","artifactVersion":"1"},{"artifactName":"basic_onboard_cqkglh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json","artifactChecksum":"NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42e8c621-93fb-44eb-8200-3fa4be04894a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56b70bb0-1ec4-479d-bfdf-f459594bbaeb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb79216b-5b46-498e-9c93-9006678aa5a7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a52e53c4-1576-4ef3-a497-55b70f6e16fb","artifactVersion":"2","generatedFromUUID":"56b70bb0-1ec4-479d-bfdf-f459594bbaeb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqkglh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml","artifactChecksum":"NTllYjVkMjExZDE1MjAwMjhiMThhMzBkNDVkNmRjNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42fb6eaa-6ad6-44b6-8c06-fc7d55609d26","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqkglh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar","artifactChecksum":"ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e97eb1cb-63fa-47af-9499-cd500e7dcb69","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T03:50:02.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:02.290Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:02.300Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:02.300Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:50:02.401Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-11T03:50:02.405Z||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-11T03:50:02.406Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:02.424Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:02.425Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":3,"count":1} 2022-03-11T03:50:02.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:02.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-11T03:50:02.593Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:50:02.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-11T03:50:02.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-11T03:50:02.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:50:02.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-11T03:50:03.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:03.307Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:03.310Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:03.310Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOTIFIED" } 2022-03-11T03:50:03.410Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:03.412Z||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-11T03:50:03.412Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:03.440Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:03.441Z||pool-4-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:04.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:04.315Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:04.318Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:04.318Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T03:50:04.418Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:04.419Z||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-11T03:50:04.420Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:04.442Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:04.443Z||pool-5-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:05.321Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:05.322Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:05.325Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:05.325Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:50:05.425Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:05.426Z||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-11T03:50:05.426Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:05.450Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:05.451Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:06.326Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:06.327Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:06.329Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:06.329Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T03:50:06.429Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:06.430Z||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-11T03:50:06.430Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:06.441Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:06.442Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:07.329Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:07.330Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:07.338Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:07.338Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:50:07.438Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:50:07.439Z||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-11T03:50:07.439Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:07.452Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:07.453Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:08.339Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:50:08.340Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:08.342Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:08.342Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:50:08.442Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:50:08.444Z||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-11T03:50:08.444Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:08.464Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:08.465Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:09.346Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "serviceName": "basic_onboard_cqkGLh", "serviceVersion": "1.0", "serviceUUID": "85327dd5-4f4f-4614-95e2-5f284d95c621", "serviceDescription": "service", "serviceInvariantUUID": "6fec1824-7c40-4780-be56-35467dabdcfa", "resources": [ { "resourceInstanceName": "basic_onboard_cqkGLh 0", "resourceCustomizationUUID": "027d7942-ad63-4ced-b089-480b13b8c936", "resourceName": "basic_onboard_cqkGLh", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "29aa7424-0a01-4644-9093-d56fea0dbc18", "resourceInvariantUUID": "917b18cf-47a0-48a0-8e35-0a98aa548efa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cqkglh0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "artifactChecksum": "NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42e8c621-93fb-44eb-8200-3fa4be04894a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "56b70bb0-1ec4-479d-bfdf-f459594bbaeb", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a52e53c4-1576-4ef3-a497-55b70f6e16fb", "generatedFromUUID": "56b70bb0-1ec4-479d-bfdf-f459594bbaeb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a52e53c4-1576-4ef3-a497-55b70f6e16fb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCqkglh-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "artifactChecksum": "ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e97eb1cb-63fa-47af-9499-cd500e7dcb69" } ], "workloadContext": "Production" } 2022-03-11T03:50:09.348Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T03:50:09.348Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85327dd5-4f4f-4614-95e2-5f284d95c621 ASDC 2022-03-11T03:50:09.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:8eef1c2a-bb09-48c0-be94-93a9b9c3f001 ServiceName:basic_onboard_cqkGLh ServiceVersion:1.0 ServiceUUID:85327dd5-4f4f-4614-95e2-5f284d95c621 ServiceInvariantUUID:6fec1824-7c40-4780-be56-35467dabdcfa ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCqkglh-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar ArtifactUUID:e97eb1cb-63fa-47af-9499-cd500e7dcb69 ArtifactChecksum:ODAzNTIwYWRjMDBhMzM4MDY4M2Y3NzJkZDE3NzJiZTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cqkGLh 0 ResourceCustomizationUUID:027d7942-ad63-4ced-b089-480b13b8c936 ResourceInvariantUUID:917b18cf-47a0-48a0-8e35-0a98aa548efa ResourceName:basic_onboard_cqkGLh ResourceType:VF ResourceUUID:29aa7424-0a01-4644-9093-d56fea0dbc18 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cqkglh0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json ArtifactUUID:42e8c621-93fb-44eb-8200-3fa4be04894a ArtifactChecksum:NmJhNGJkNmVmYjQxMzUzZThlMTQ1M2RlZGNkOTk1ZmQ= 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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml ArtifactUUID:56b70bb0-1ec4-479d-bfdf-f459594bbaeb 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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ArtifactUUID:a52e53c4-1576-4ef3-a497-55b70f6e16fb 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/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ArtifactUUID:a52e53c4-1576-4ef3-a497-55b70f6e16fb ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-11T03:50:09.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85327dd5-4f4f-4614-95e2-5f284d95c621 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-11T03:50:09.716Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:50:09.717Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:50:09.718Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:50:09.719Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e97eb1cb-63fa-47af-9499-cd500e7dcb69 from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:09.719Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:50:09.720Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:10.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:50:10.533Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar e97eb1cb-63fa-47af-9499-cd500e7dcb69 71566 2022-03-11T03:50:10.535Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar ASDC sendASDCNotification 2022-03-11T03:50:10.535Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:10.536Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:50:10.537Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:10.539Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:10.539Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970610533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:50:10.639Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:10.640Z||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-11T03:50:10.641Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:10.654Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:10.654Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:11.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:50:11.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:50:11.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e97eb1cb-63fa-47af-9499-cd500e7dcb69, URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:11.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:11.636Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:11.637Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:12.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10652050387045549390/Definitions/service-BasicOnboardCqkglh-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-11T03:50:14.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-11T03:50:14.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||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-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cqkGLh 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-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:14.495Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-11T03:50:14.502Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.503Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.507Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:14.507Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-11T03:50:14.509Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:50:14.510Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.511Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.515Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.515Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria 2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T03:50:14.516Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-11T03:50:14.517Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.517Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:14.518Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.519Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria 2022-03-11T03:50:14.520Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e5de949-5b64-4930-afee-64ab5640c7b2 2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.521Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:14.522Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cqkGLh Description:service Model UUID:85327dd5-4f4f-4614-95e2-5f284d95c621 Model Version:NULL Model InvariantUuid:6fec1824-7c40-4780-be56-35467dabdcfa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cqkGLh Model UUID:dcb4e684-52c9-44b1-84da-3a9aed5ad795 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:917b18cf-47a0-48a0-8e35-0a98aa548efa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:027d7942-ad63-4ced-b089-480b13b8c936 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:db897187-a98b-44c1-94f5-d12e1b96c72f ModelName:BasicOnboardCqkglh..base_ubuntu18..module-0 ModelUuid:1edd605d-331b-4cca-9b14-6281d5fe8ee7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5e5de949-5b64-4930-afee-64ab5640c7b2 ModelInvariantUuid:3e0562fd-c071-4111-a9dc-05954039bd32 ModelName:basic_onboard_cqkGLh-nodes.ubuntu18Cvfc ModelUuid:f48a5736-30f6-4b33-a0d9-0f4f9dbed6c8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:08264c31-7119-4b9d-aebb-59b8530bc658 ModelInvariantUuid:c8683a37-1000-47ae-a94e-c961870c60ca ModelName:BasicOnboardCqkglh.compute.nodes.heat.ubuntu18 ModelUuid:5223b552-9021-4e1b-9182-fbc50d65bc37 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-11T03:50:14.545Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 29aa7424-0a01-4644-9093-d56fea0dbc18 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-11T03:50:14.640Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||basic_onboard_cqkGLh 0 2022-03-11T03:50:14.649Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29aa7424-0a01-4644-9093-d56fea0dbc18 2022-03-11T03:50:14.649Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42e8c621-93fb-44eb-8200-3fa4be04894a from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 2022-03-11T03:50:14.650Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:50:14.650Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 2022-03-11T03:50:15.039Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:50:15.040Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 42e8c621-93fb-44eb-8200-3fa4be04894a 798 2022-03-11T03:50:15.041Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json ASDC sendASDCNotification 2022-03-11T03:50:15.041Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 2022-03-11T03:50:15.042Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:50:15.042Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:15.046Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:15.047Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970615041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:50:15.147Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:15.148Z||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-11T03:50:15.148Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:15.160Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:15.161Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:16.049Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCqkglh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "db897187-a98b-44c1-94f5-d12e1b96c72f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1edd605d-331b-4cca-9b14-6281d5fe8ee7", "vfModuleModelCustomizationUUID": "a222ba14-bb32-4f2f-a03d-a280198ef136", "isBase": true, "artifacts": [ "56b70bb0-1ec4-479d-bfdf-f459594bbaeb", "a52e53c4-1576-4ef3-a497-55b70f6e16fb" ], "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-11T03:50:16.065Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCqkglh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1edd605d-331b-4cca-9b14-6281d5fe8ee7 VfModuleModelInvariantUUID:db897187-a98b-44c1-94f5-d12e1b96c72f VfModuleModelDescription:NULL Artifacts UUID List:{ 56b70bb0-1ec4-479d-bfdf-f459594bbaeb , a52e53c4-1576-4ef3-a497-55b70f6e16fb } 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-11T03:50:16.068Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCqkglh..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "db897187-a98b-44c1-94f5-d12e1b96c72f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1edd605d-331b-4cca-9b14-6281d5fe8ee7", "vfModuleModelCustomizationUUID": "a222ba14-bb32-4f2f-a03d-a280198ef136", "isBase": true, "artifacts": [ "56b70bb0-1ec4-479d-bfdf-f459594bbaeb", "a52e53c4-1576-4ef3-a497-55b70f6e16fb" ], "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-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCqkglh..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1edd605d-331b-4cca-9b14-6281d5fe8ee7 VfModuleModelInvariantUUID:db897187-a98b-44c1-94f5-d12e1b96c72f VfModuleModelDescription:NULL Artifacts UUID List:{ 56b70bb0-1ec4-479d-bfdf-f459594bbaeb , a52e53c4-1576-4ef3-a497-55b70f6e16fb } 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-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 56b70bb0-1ec4-479d-bfdf-f459594bbaeb from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:50:16.069Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 2022-03-11T03:50:16.137Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:50:16.138Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 56b70bb0-1ec4-479d-bfdf-f459594bbaeb 5033 2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 2022-03-11T03:50:16.139Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:50:16.140Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:16.142Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:16.143Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970616139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:50:16.243Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:16.244Z||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-11T03:50:16.244Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:16.256Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:16.257Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:17.145Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a52e53c4-1576-4ef3-a497-55b70f6e16fb from URL: /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env 2022-03-11T03:50:17.146Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:50:17.146Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env 2022-03-11T03:50:17.230Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env a52e53c4-1576-4ef3-a497-55b70f6e16fb 909 2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env 2022-03-11T03:50:17.231Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:50:17.232Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:17.234Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:17.234Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970617231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:50:17.334Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:50:17.335Z||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-11T03:50:17.336Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:17.349Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:17.350Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:18.236Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85327dd5-4f4f-4614-95e2-5f284d95c621 2022-03-11T03:50:18.237Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cqkGLh 0 29aa7424-0a01-4644-9093-d56fea0dbc18 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-11T03:50:18.269Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51c33cdd, org.onap.sdc.toscaparser.api.parameters.Input@7c3fb0bf, org.onap.sdc.toscaparser.api.parameters.Input@14b83098, org.onap.sdc.toscaparser.api.parameters.Input@3ecef879, org.onap.sdc.toscaparser.api.parameters.Input@76230ea9] 2022-03-11T03:50:18.275Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.276Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.277Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-11T03:50:18.277Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 027d7942-ad63-4ced-b089-480b13b8c936 2022-03-11T03:50:18.278Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 027d7942-ad63-4ced-b089-480b13b8c936 matches Tosca VF Customization UUID: 027d7942-ad63-4ced-b089-480b13b8c936 2022-03-11T03:50:18.279Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 027d7942-ad63-4ced-b089-480b13b8c936 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-11T03:50:18.285Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.285Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.286Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 027d7942-ad63-4ced-b089-480b13b8c936: {\"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-11T03:50:18.287Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2335448 2022-03-11T03:50:18.287Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.288Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:50:18.289Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a222ba14-bb32-4f2f-a03d-a280198ef136 2022-03-11T03:50:18.290Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a222ba14-bb32-4f2f-a03d-a280198ef136 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-11T03:50:18.296Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.296Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:18.297Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:18.298Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:18.299Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.299Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is not matching search criteria 2022-03-11T03:50:18.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-11T03:50:18.300Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T03:50:18.301Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5e5de949-5b64-4930-afee-64ab5640c7b2 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-11T03:50:18.308Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.309Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:18.309Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:50:18.310Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.310Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_cqkGLh 0 is matching search criteria 2022-03-11T03:50:18.311Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_cqkGLh 0] matching following query criteria: sdcType=VF, customizationUUID=027d7942-ad63-4ced-b089-480b13b8c936 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-11T03:50:18.313Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.314Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85327dd5-4f4f-4614-95e2-5f284d95c621: basic_onboard_cqkGLh 2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.315Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.316Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.316Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.317Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.318Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.318Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:50:18.319Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_cqkGLh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:50:18.319Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_cqkGLh 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-11T03:50:18.481Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cqkGLh 29aa7424-0a01-4644-9093-d56fea0dbc18 1 ASDC deployResourceStructure 2022-03-11T03:50:18.482Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json ASDC sendASDCNotification 2022-03-11T03:50:18.482Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json 2022-03-11T03:50:18.483Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:50:18.483Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:18.486Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:18.486Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970618482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:50:18.586Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:18.587Z||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-11T03:50:18.587Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:18.618Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:18.619Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:19.487Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-11T03:50:19.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml 2022-03-11T03:50:19.488Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:50:19.489Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:19.492Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:19.492Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970619487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:50:19.592Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:19.594Z||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-11T03:50:19.595Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:19.609Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:19.609Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:50:20.493Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env 2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:50:20.494Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:20.496Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:20.497Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970620493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-11T03:50:20.597Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:50:20.598Z||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-11T03:50:20.599Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:20.622Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:20.623Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar ASDC sendASDCNotification 2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar 2022-03-11T03:50:21.498Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:50:21.499Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:50:21.501Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:50:21.501Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970621498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:50:21.601Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:50:21.602Z||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-11T03:50:21.602Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:50:21.619Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:50:21.619Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:50:22.502Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:50:22.528Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:50:22.531Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:50:52.532Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:50:52.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:50:52.544Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:51:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:51:01.244Z||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-11T03:51:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:51:01.272Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:51:01.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-11T03:51:01.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:51:01.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-11T03:51:22.545Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:51:22.553Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:51:22.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:51:52.556Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:51:52.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:51:52.569Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:51:52.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:51:52.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:52:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:52:01.244Z||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-11T03:52:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:52:01.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:52:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-11T03:52:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:52:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-11T03:52:22.570Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:52:22.586Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:52:22.589Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:52:52.590Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:52:52.604Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:52:52.607Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:52:52.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:52:52.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:53:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:53:01.246Z||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-11T03:53:01.246Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:53:01.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:53:01.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOTIFIED" } 2022-03-11T03:53:01.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOTIFIED" } 2022-03-11T03:53:01.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T03:53:01.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T03:53:01.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T03:53:01.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.323Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T03:53:01.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T03:53:01.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.328Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "dcae-sch", "timestamp": 1646970593125, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.330Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970601239, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970595042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970600061, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970602203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.337Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.337Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970609837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.338Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970610879, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970610533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.339Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.340Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970611888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "cds", "timestamp": 1646970611410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-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-11T03:53:01.351Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.352Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:01.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970611221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970604629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOTIFIED" } 2022-03-11T03:53:01.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "policy-id", "timestamp": 1646970612893, "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-11T03:53:01.371Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:01.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970612678, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.381Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970612719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970613761, "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-11T03:53:01.388Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970615041, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "multicloud-k8s-id", "timestamp": 1646970614768, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970616139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.400Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970617231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970610388, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "ves-openapi-manager", "timestamp": 1646970611056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970618482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970619487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/basic_onboard_cqkglh0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970620493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970621498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.410Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/resourceInstances/basic_onboard_cqkglh0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:53:01.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970618797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:53:01.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:53:01.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970625075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.414Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970627385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:53:01.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970627095, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.415Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "clamp", "timestamp": 1646970628102, "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-11T03:53:01.421Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.421Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970632210, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970633216, "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-11T03:53:01.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.435Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:01.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970633441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqkglh/1.0/artifacts/service-BasicOnboardCqkglh-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:53:01.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:53:01.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "aai-ml", "timestamp": 1646970634447, "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-11T03:53:01.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 2022-03-11T03:53:01.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:22.608Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:53:22.620Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T03:53:22.623Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T03:53:22.624Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.624Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.625Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:53:22.626Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T03:53:22.634Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T03:53:52.635Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 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-11T03:53:52.655Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and serviceModelVersionId: 85327dd5-4f4f-4614-95e2-5f284d95c621 2022-03-11T03:53:52.655Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fec1824-7c40-4780-be56-35467dabdcfa 2022-03-11T03:54:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:54:01.244Z||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-11T03:54:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:01.773Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:01.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOTIFIED" } 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970724629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "ves-openapi-manager", "timestamp": 1646970731056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "dcae-sch", "timestamp": 1646970733125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970730379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970735042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970740998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOTIFIED" } 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970742810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970743814, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970737203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "policy-id", "timestamp": 1646970744818, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T03:54:01.811Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.811Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:01.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970738797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970745050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970746778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "cds", "timestamp": 1646970746097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-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-11T03:54:01.825Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.826Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970740061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:01.836Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970747963, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970749468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970750604, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970751609, "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-11T03:54:01.842Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.842Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970751056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970752081, "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-11T03:54:01.855Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.855Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "multicloud-k8s-id", "timestamp": 1646970753085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:54:01.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970755090, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970756125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "clamp", "timestamp": 1646970757129, "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-11T03:54:01.868Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.868Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:01.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970759275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:54:01.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:54:01.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:54:01.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "aai-ml", "timestamp": 1646970760279, "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-11T03:54:01.880Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2233d2ba-f87a-4174-9d56-dc43c574cd9f 2022-03-11T03:54:01.880Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:07.780Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0 2022-03-11T03:54:07.889Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T03:54:08.355Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|INFO|500||Invoke 2022-03-11T03:54:08.363Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[18c62b59-43f7-48b2-ab5c-b0c024a62b66], X-ECOMP-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], X-TransactionId=[], X-ONAP-RequestID=[8eef1c2a-bb09-48c0-be94-93a9b9c3f001], Content-Type=[application/merge-patch+json]} 2022-03-11T03:54:08.480Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T03:54:09.161Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?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/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-03:54:08:260-82268], vertex-id=[188424], Content-Length=[0], Date=[Fri, 11 Mar 2022 03:54:08 GMT], Content-Type=[application/json]} 2022-03-11T03:54:09.163Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-11T03:54:09.164Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fec1824-7c40-4780-be56-35467dabdcfa/model-vers/model-ver/85327dd5-4f4f-4614-95e2-5f284d95c621?depth=0|INFO|500||InvokeReturn 2022-03-11T03:54:09.168Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T03:54:09.168Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T03:54:09.175Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T03:54:09.176Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8eef1c2a-bb09-48c0-be94-93a9b9c3f001 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T03:54:09.177Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T03:54:09.178Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:09.182Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:09.182Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970849176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:54:09.282Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:09.283Z||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-11T03:54:09.283Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:09.296Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:09.296Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-11T03:54:10.194Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:54:10.195Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|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-11T03:54:10.195Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:14.533Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:14.534Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-11T03:54:14.534Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2233d2ba-f87a-4174-9d56-dc43c574cd9f","serviceName":"vFW 2022-03-11 03-49-58","serviceVersion":"1.0","serviceUUID":"ad652243-e85d-46bf-9418-ee4fddd9f228","serviceDescription":"catalog service description","serviceInvariantUUID":"ece108fb-a06f-44cc-8b5b-c136575353d8","resources":[{"resourceInstanceName":"vFW 948c41c3-1b76 0","resourceName":"vFW 948c41c3-1b76","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e577646-6e8e-4b4e-9006-a37347e90c0a","resourceInvariantUUID":"b9d6058b-dbb1-455c-a3fc-f0d620e057f7","resourceCustomizationUUID":"a567099a-ee2d-414b-8f41-f5ea76acb118","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml","artifactChecksum":"NjBmOTAwNTAyZjkzM2MxNzQyMTExNTc0MjJlMGNhYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f0b954fc-0d68-4457-a116-5a7ed4c6337a","artifactVersion":"1"},{"artifactName":"vfw948c41c31b760_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json","artifactChecksum":"NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9267d041-aa83-49d5-b9f4-a7442e3330c9","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml","artifactChecksum":"ZGEyMWVhMGM3N2M2ZTY0OTcyNWY1NDI1N2M5ZDJjOGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09d6a6b8-16bf-4757-825b-49631fcd2a75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"269c5b00-294a-4b6a-bc65-a22984155e67","artifactVersion":"3","generatedFromUUID":"5f2f93f9-c375-4baf-95dc-6c5ab5524f7a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311034958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml","artifactChecksum":"Nzg0YzNjZDZiNWZlMDYxOWE2M2RhMWRiOTk4ZDQ0MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f748166-ae4b-42e4-916d-3c67c57437da","artifactVersion":"1"},{"artifactName":"service-Vfw20220311034958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar","artifactChecksum":"MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T03:54:14.537Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:14.538Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:14.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:14.540Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:14.641Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:54:14.642Z||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-11T03:54:14.643Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:14.657Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:14.657Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:15.541Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:15.542Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:15.546Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:15.547Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOTIFIED" } 2022-03-11T03:54:15.647Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:15.648Z||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-11T03:54:15.648Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:15.662Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:15.662Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:16.548Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:16.549Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:16.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:16.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:54:16.652Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-11T03:54:16.653Z||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-11T03:54:16.653Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:16.666Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:16.667Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:54:17.551Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:17.552Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:17.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:17.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:17.655Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:17.657Z||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-11T03:54:17.657Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:17.672Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:17.673Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:54:18.555Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:18.556Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:18.558Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:18.558Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:54:18.658Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:18.659Z||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-11T03:54:18.659Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:18.676Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:18.676Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:19.559Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:19.559Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:19.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:19.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:54:19.662Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:19.663Z||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-11T03:54:19.663Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:19.676Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:19.676Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:20.562Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:54:20.563Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:20.565Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:20.565Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:54:20.665Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:20.667Z||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-11T03:54:20.667Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:20.682Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:20.683Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:21.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "serviceName": "vFW 2022-03-11 03-49-58", "serviceVersion": "1.0", "serviceUUID": "ad652243-e85d-46bf-9418-ee4fddd9f228", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ece108fb-a06f-44cc-8b5b-c136575353d8", "resources": [ { "resourceInstanceName": "vFW 948c41c3-1b76 0", "resourceCustomizationUUID": "a567099a-ee2d-414b-8f41-f5ea76acb118", "resourceName": "vFW 948c41c3-1b76", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e577646-6e8e-4b4e-9006-a37347e90c0a", "resourceInvariantUUID": "b9d6058b-dbb1-455c-a3fc-f0d620e057f7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw948c41c31b760_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "artifactChecksum": "NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9267d041-aa83-49d5-b9f4-a7442e3330c9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "269c5b00-294a-4b6a-bc65-a22984155e67", "generatedFromUUID": "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "269c5b00-294a-4b6a-bc65-a22984155e67", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220311034958-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "artifactChecksum": "MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0" } ], "workloadContext": "Production" } 2022-03-11T03:54:21.567Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T03:54:21.568Z|8eef1c2a-bb09-48c0-be94-93a9b9c3f001|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad652243-e85d-46bf-9418-ee4fddd9f228 ASDC 2022-03-11T03:54:21.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2233d2ba-f87a-4174-9d56-dc43c574cd9f ServiceName:vFW 2022-03-11 03-49-58 ServiceVersion:1.0 ServiceUUID:ad652243-e85d-46bf-9418-ee4fddd9f228 ServiceInvariantUUID:ece108fb-a06f-44cc-8b5b-c136575353d8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220311034958-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar ArtifactUUID:fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0 ArtifactChecksum:MjRjMDA3NTllNzhjZDExM2NhMTI0ZDdjMTFiNjUxMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 948c41c3-1b76 0 ResourceCustomizationUUID:a567099a-ee2d-414b-8f41-f5ea76acb118 ResourceInvariantUUID:b9d6058b-dbb1-455c-a3fc-f0d620e057f7 ResourceName:vFW 948c41c3-1b76 ResourceType:VF ResourceUUID:4e577646-6e8e-4b4e-9006-a37347e90c0a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw948c41c31b760_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json ArtifactUUID:9267d041-aa83-49d5-b9f4-a7442e3330c9 ArtifactChecksum:NjE3NTFiNGE3NTI2YjE3MjQyYjU2YWI0NDhmMjUwNDI= 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/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml ArtifactUUID:5f2f93f9-c375-4baf-95dc-6c5ab5524f7a ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ArtifactUUID:269c5b00-294a-4b6a-bc65-a22984155e67 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ArtifactUUID:269c5b00-294a-4b6a-bc65-a22984155e67 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-11T03:54:21.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad652243-e85d-46bf-9418-ee4fddd9f228 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-11T03:54:21.604Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:54:21.605Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:21.697Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:54:21.706Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0 98898 2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar ASDC sendASDCNotification 2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:21.707Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:54:21.708Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:21.710Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:21.710Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970861707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:21.810Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:54:21.811Z||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-11T03:54:21.811Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:21.847Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:21.848Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:22.711Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:54:22.711Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-11T03:54:22.712Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fdbe0ef8-2cc0-408a-8f82-8c39c9c51ae0, URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar to file: /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:22.712Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311034958-csar.csar 2022-03-11T03:54:22.713Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:22.714Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:22.900Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9209321630744977887/Definitions/service-Vfw20220311034958-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-11T03:54:25.070Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.071Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 948c41c3-1b76 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-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:25.072Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-11T03:54:25.073Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-11T03:54:25.074Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:25.075Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:54:25.076Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:54:25.077Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:25.078Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.079Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:25.080Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:54:25.081Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4352bcc-5210-4186-83b1-45f9e1797de7 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:25.082Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.083Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1faac24-d4e7-4581-8118-e8faae984f4e 2022-03-11T03:54:25.084Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:54:25.085Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:54:25.086Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17b62049-df21-4842-96aa-8676871714d8 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.087Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:25.088Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-11 03-49-58 Description:catalog service description Model UUID:ad652243-e85d-46bf-9418-ee4fddd9f228 Model Version:NULL Model InvariantUuid:ece108fb-a06f-44cc-8b5b-c136575353d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 948c41c3-1b76 Model UUID:97a791b7-ad0a-4e29-bd16-24ee447e466b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b9d6058b-dbb1-455c-a3fc-f0d620e057f7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a567099a-ee2d-414b-8f41-f5ea76acb118 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ef96245-0db9-4442-8c26-0bffc2ceb412 ModelName:Vfw948c41c31b76..base_vfw..module-0 ModelUuid:9408e0df-ab90-479e-b775-0f70a069c92e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e4352bcc-5210-4186-83b1-45f9e1797de7 ModelInvariantUuid:332bf13b-07c6-4456-9f1f-016b806e0783 ModelName:vFW 948c41c3-1b76-nodes.vfwCvfc ModelUuid:2f3151f7-e5ad-4d52-9827-2c42af926f60 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e7990615-61ce-4b3b-b0a4-74f474757fd7 ModelInvariantUuid:6988667c-83d9-4162-9fe1-6c2fe3846f9e ModelName:Vfw948c41c31b76.compute.nodes.heat.vfw ModelUuid:85589556-486a-49b4-80d1-332ebf402381 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e1faac24-d4e7-4581-8118-e8faae984f4e ModelInvariantUuid:143a22e3-124a-4e1c-9e0f-aeb9f28b9a8a ModelName:vFW 948c41c3-1b76-nodes.vsnCvfc ModelUuid:30e0b205-3b45-476b-80c4-7d39790c94f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7162073b-13d9-425c-b3cc-78b698ebdb55 ModelInvariantUuid:f39baae7-f683-466b-9791-08f8561ed127 ModelName:Vfw948c41c31b76.compute.nodes.heat.vsn ModelUuid:3c27c5fd-223c-403e-8267-94b7e2ac85c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:17b62049-df21-4842-96aa-8676871714d8 ModelInvariantUuid:fe84e24a-8fa7-404c-bf44-3f3c20c26f12 ModelName:vFW 948c41c3-1b76-nodes.vpgCvfc ModelUuid:16d4e1ae-3682-4561-b758-ca967809f359 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0f9d694a-46ce-4652-ac28-ac70f88c18e2 ModelInvariantUuid:8a2d482d-1e25-4818-87fe-ea4ba9f723b5 ModelName:Vfw948c41c31b76.compute.nodes.heat.vpg ModelUuid:5bdeab70-3288-489b-a6bb-f9e19779e126 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-11T03:54:25.096Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e577646-6e8e-4b4e-9006-a37347e90c0a 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-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||vFW 948c41c3-1b76 0 2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e577646-6e8e-4b4e-9006-a37347e90c0a 2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9267d041-aa83-49d5-b9f4-a7442e3330c9 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 2022-03-11T03:54:25.099Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:54:25.100Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 2022-03-11T03:54:25.484Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:54:25.485Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 9267d041-aa83-49d5-b9f4-a7442e3330c9 785 2022-03-11T03:54:25.485Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json ASDC sendASDCNotification 2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:54:25.486Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:25.488Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:25.489Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970865485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:25.589Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:25.590Z||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-11T03:54:25.590Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:25.609Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:25.609Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1} 2022-03-11T03:54:26.489Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw948c41c31b76..base_vfw..module-0", "vfModuleModelInvariantUUID": "9ef96245-0db9-4442-8c26-0bffc2ceb412", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9408e0df-ab90-479e-b775-0f70a069c92e", "vfModuleModelCustomizationUUID": "9f65f994-9be0-4932-9588-8c1225c527c0", "isBase": true, "artifacts": [ "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a", "269c5b00-294a-4b6a-bc65-a22984155e67" ], "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-11T03:54:26.496Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw948c41c31b76..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9408e0df-ab90-479e-b775-0f70a069c92e VfModuleModelInvariantUUID:9ef96245-0db9-4442-8c26-0bffc2ceb412 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a , 269c5b00-294a-4b6a-bc65-a22984155e67 } 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-11T03:54:26.498Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw948c41c31b76..base_vfw..module-0", "vfModuleModelInvariantUUID": "9ef96245-0db9-4442-8c26-0bffc2ceb412", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9408e0df-ab90-479e-b775-0f70a069c92e", "vfModuleModelCustomizationUUID": "9f65f994-9be0-4932-9588-8c1225c527c0", "isBase": true, "artifacts": [ "5f2f93f9-c375-4baf-95dc-6c5ab5524f7a", "269c5b00-294a-4b6a-bc65-a22984155e67" ], "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-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw948c41c31b76..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9408e0df-ab90-479e-b775-0f70a069c92e VfModuleModelInvariantUUID:9ef96245-0db9-4442-8c26-0bffc2ceb412 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a , 269c5b00-294a-4b6a-bc65-a22984155e67 } 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-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:54:26.499Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 2022-03-11T03:54:26.913Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:54:26.914Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 5f2f93f9-c375-4baf-95dc-6c5ab5524f7a 20368 2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:54:26.915Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:26.917Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:26.917Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970866915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:27.018Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:54:27.019Z||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-11T03:54:27.019Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:27.041Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:27.041Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:27.918Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 269c5b00-294a-4b6a-bc65-a22984155e67 from URL: /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 2022-03-11T03:54:27.919Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-11T03:54:27.919Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 2022-03-11T03:54:28.322Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 269c5b00-294a-4b6a-bc65-a22984155e67 2098 2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 2022-03-11T03:54:28.323Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:54:28.324Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:28.326Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:28.326Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970868323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:54:28.429Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-11T03:54:28.430Z||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-11T03:54:28.430Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:28.444Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:28.445Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:29.327Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ad652243-e85d-46bf-9418-ee4fddd9f228 2022-03-11T03:54:29.328Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 948c41c3-1b76 0 4e577646-6e8e-4b4e-9006-a37347e90c0a 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-11T03:54:29.346Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@786fe656, org.onap.sdc.toscaparser.api.parameters.Input@13aa8ea3, org.onap.sdc.toscaparser.api.parameters.Input@2a5b0f8b, org.onap.sdc.toscaparser.api.parameters.Input@456c438e, org.onap.sdc.toscaparser.api.parameters.Input@42b65023] 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a567099a-ee2d-414b-8f41-f5ea76acb118 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a567099a-ee2d-414b-8f41-f5ea76acb118 matches Tosca VF Customization UUID: a567099a-ee2d-414b-8f41-f5ea76acb118 2022-03-11T03:54:29.348Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a567099a-ee2d-414b-8f41-f5ea76acb118 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-11T03:54:29.350Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a567099a-ee2d-414b-8f41-f5ea76acb118: {\"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-11T03:54:29.351Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@50ac2c6b 2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9f65f994-9be0-4932-9588-8c1225c527c0 2022-03-11T03:54:29.352Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9f65f994-9be0-4932-9588-8c1225c527c0 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-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.356Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.357Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:54:29.358Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:54:29.359Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.360Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e4352bcc-5210-4186-83b1-45f9e1797de7 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-11T03:54:29.361Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:29.362Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.363Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:54:29.364Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.365Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1faac24-d4e7-4581-8118-e8faae984f4e 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-11T03:54:29.366Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.366Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.367Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is not matching search criteria 2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:54:29.370Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:54:29.371Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-11T03:54:29.372Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=17b62049-df21-4842-96aa-8676871714d8 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-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:54:29.374Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.375Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Node template vFW 948c41c3-1b76 0 is matching search criteria 2022-03-11T03:54:29.375Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 948c41c3-1b76 0] matching following query criteria: sdcType=VF, customizationUUID=a567099a-ee2d-414b-8f41-f5ea76acb118 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-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ad652243-e85d-46bf-9418-ee4fddd9f228: vFW 948c41c3-1b76 2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.377Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.378Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-11 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:54:29.379Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-11 03-49-58 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T03:54:29.546Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 948c41c3-1b76 4e577646-6e8e-4b4e-9006-a37347e90c0a 1 ASDC deployResourceStructure 2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json ASDC sendASDCNotification 2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json 2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:54:29.547Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:29.559Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:29.560Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970869547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:54:29.650Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-03-11T03:54:29.651Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-11T03:54:29.652Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:29.665Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:29.665Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:54:30.562Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml 2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:54:30.563Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:30.566Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:30.566Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970870562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:54:30.665Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:54:30.667Z||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-11T03:54:30.667Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:30.682Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:30.682Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:31.567Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-11T03:54:31.567Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env 2022-03-11T03:54:31.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:54:31.568Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:31.570Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:31.570Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970871566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-11T03:54:31.670Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:54:31.671Z||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-11T03:54:31.672Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:31.688Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:31.689Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar ASDC sendASDCNotification 2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar 2022-03-11T03:54:32.572Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:54:32.573Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:54:32.575Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:54:32.575Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970872571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:54:32.677Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-11T03:54:32.678Z||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-11T03:54:32.678Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:54:32.690Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:54:32.690Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:54:33.576Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:54:33.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T03:54:33.591Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:54:33.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T03:54:33.597Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T03:55:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:55:01.244Z||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-11T03:55:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:01.382Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:01.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "8eef1c2a-bb09-48c0-be94-93a9b9c3f001", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970849176, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "NOTIFIED" } 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:55:01.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970850194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970861707, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970865485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970866915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970868323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970869547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/vfw948c41c31b760_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970870562, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970871566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/resourceInstances/vfw948c41c31b760/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970872571, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311034958/1.0/artifacts/service-Vfw20220311034958-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOTIFIED" } 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOTIFIED" } 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970880061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970880379, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970887203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970893939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970888797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970895233, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970895621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "cds", "timestamp": 1646970896245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-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-11T03:55:01.418Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:55:01.418Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970897176, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970897051, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:01.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "ves-openapi-manager", "timestamp": 1646970891056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970898079, "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-11T03:55:01.432Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:55:01.432Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "multicloud-k8s-id", "timestamp": 1646970899083, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970900636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "dcae-sch", "timestamp": 1646970893125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:01.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:55:01.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646970901640, "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-11T03:55:01.447Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:55:01.447Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:55:03.597Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f 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-11T03:55:03.602Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2233d2ba-f87a-4174-9d56-dc43c574cd9f and serviceModelVersionId: ad652243-e85d-46bf-9418-ee4fddd9f228 2022-03-11T03:55:03.602Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ece108fb-a06f-44cc-8b5b-c136575353d8 2022-03-11T03:55:03.603Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0 2022-03-11T03:55:03.607Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T03:55:03.663Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?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-11T03:55:03.664Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|INFO|500||Invoke 2022-03-11T03:55:03.691Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T03:55:05.586Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0|INFO|500||InvokeReturn 2022-03-11T03:55:05.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ece108fb-a06f-44cc-8b5b-c136575353d8/model-vers/model-ver/ad652243-e85d-46bf-9418-ee4fddd9f228?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-03:55:03:468-71796], vertex-id=[217176], Content-Length=[0], Date=[Fri, 11 Mar 2022 03:55:03 GMT], Content-Type=[application/json]} 2022-03-11T03:55:05.587Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-11T03:55:05.588Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T03:55:05.588Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T03:55:05.592Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2233d2ba-f87a-4174-9d56-dc43c574cd9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T03:55:05.593Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:05.595Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:05.595Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970905593, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:55:05.695Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:05.696Z||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-11T03:55:05.697Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:05.713Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:05.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-11T03:55:06.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:55:06.608Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T03:55:06.608Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:07.233Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:07.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-11T03:55:07.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"21462fa7-770c-425a-952a-260fed79a2e3","serviceName":"vFW 2022-03-11 03-53-02","serviceVersion":"1.0","serviceUUID":"d7f89c02-6533-40fa-87e5-76001bc4be26","serviceDescription":"catalog service description","serviceInvariantUUID":"8c1637f0-e909-410f-b574-e44f26a0ca24","resources":[{"resourceInstanceName":"vFW af2a547f-4901 0","resourceName":"vFW af2a547f-4901","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"82e06e7d-d11f-4aa3-a320-fba0bcaabae1","resourceInvariantUUID":"b831b6b9-fe0b-429d-9030-a7febb95ac7d","resourceCustomizationUUID":"90f4cb8f-d998-4dba-8109-75d1b9bb3df6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml","artifactChecksum":"Y2JhZWNhYmM4OTAzODdhOGEyMTIwNGI2N2U5NmNhYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdd97566-93ee-4881-9eab-f1b0ad2fd420","artifactVersion":"1"},{"artifactName":"vfwaf2a547f49010_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json","artifactChecksum":"NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e8e28a7c-c216-4f16-baef-df8ba8603742","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d92db221-01ff-45c0-b376-d1cea101aec0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml","artifactChecksum":"ODlmYTY4YWUyZWEyODVmOTFiYTZiYTViYThiYmQxMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8c6e9e31-63ff-4f50-94bb-72bf8bb6a9a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"68c970be-e82a-4753-848a-30d62a010f5f","artifactVersion":"2","generatedFromUUID":"d92db221-01ff-45c0-b376-d1cea101aec0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220311035302-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml","artifactChecksum":"MjBmYWVmOWZmZTJjMGQwY2ZjODI4ZTFiYmMxODZhYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f00f972-ba75-42a4-aa70-595bbfbedcfb","artifactVersion":"1"},{"artifactName":"service-Vfw20220311035302-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar","artifactChecksum":"ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e466cfa8-f630-4d85-9a43-04a2f53617fb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T03:55:07.237Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:07.238Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:07.240Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:07.240Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:07.340Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:07.341Z||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-11T03:55:07.341Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:07.353Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:07.354Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:08.240Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:08.241Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:08.244Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:08.244Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOTIFIED" } 2022-03-11T03:55:08.344Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:08.345Z||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-11T03:55:08.345Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:08.357Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:08.357Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:09.244Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:09.245Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:09.247Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:09.248Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:55:09.348Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:09.350Z||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-11T03:55:09.350Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:09.364Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:09.364Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:10.248Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:10.249Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:10.251Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:10.251Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:10.351Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:10.352Z||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-11T03:55:10.352Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:10.365Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:10.366Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:11.252Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:11.253Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:11.255Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:11.255Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:55:11.355Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:11.356Z||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-11T03:55:11.356Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:11.366Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:11.369Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:12.255Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:12.256Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:12.258Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:12.258Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:55:12.358Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:12.360Z||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-11T03:55:12.360Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:12.371Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:12.371Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:13.259Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T03:55:13.260Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:13.261Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:13.262Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:55:13.362Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:13.363Z||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-11T03:55:13.363Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:13.381Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:13.382Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:14.263Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "serviceName": "vFW 2022-03-11 03-53-02", "serviceVersion": "1.0", "serviceUUID": "d7f89c02-6533-40fa-87e5-76001bc4be26", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8c1637f0-e909-410f-b574-e44f26a0ca24", "resources": [ { "resourceInstanceName": "vFW af2a547f-4901 0", "resourceCustomizationUUID": "90f4cb8f-d998-4dba-8109-75d1b9bb3df6", "resourceName": "vFW af2a547f-4901", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "82e06e7d-d11f-4aa3-a320-fba0bcaabae1", "resourceInvariantUUID": "b831b6b9-fe0b-429d-9030-a7febb95ac7d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwaf2a547f49010_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "artifactChecksum": "NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e8e28a7c-c216-4f16-baef-df8ba8603742", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d92db221-01ff-45c0-b376-d1cea101aec0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68c970be-e82a-4753-848a-30d62a010f5f", "generatedFromUUID": "d92db221-01ff-45c0-b376-d1cea101aec0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "68c970be-e82a-4753-848a-30d62a010f5f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220311035302-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "artifactChecksum": "ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e466cfa8-f630-4d85-9a43-04a2f53617fb" } ], "workloadContext": "Production" } 2022-03-11T03:55:14.264Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T03:55:14.264Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d7f89c02-6533-40fa-87e5-76001bc4be26 ASDC 2022-03-11T03:55:14.264Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:21462fa7-770c-425a-952a-260fed79a2e3 ServiceName:vFW 2022-03-11 03-53-02 ServiceVersion:1.0 ServiceUUID:d7f89c02-6533-40fa-87e5-76001bc4be26 ServiceInvariantUUID:8c1637f0-e909-410f-b574-e44f26a0ca24 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220311035302-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar ArtifactUUID:e466cfa8-f630-4d85-9a43-04a2f53617fb ArtifactChecksum:ZmM2NTg5YTRhM2E4ZTliMzNlMjhiNjAwZDRiYWQyNDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW af2a547f-4901 0 ResourceCustomizationUUID:90f4cb8f-d998-4dba-8109-75d1b9bb3df6 ResourceInvariantUUID:b831b6b9-fe0b-429d-9030-a7febb95ac7d ResourceName:vFW af2a547f-4901 ResourceType:VF ResourceUUID:82e06e7d-d11f-4aa3-a320-fba0bcaabae1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwaf2a547f49010_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json ArtifactUUID:e8e28a7c-c216-4f16-baef-df8ba8603742 ArtifactChecksum:NjBjOTRjYTZiZDYwMWIwZjlmODI0YjhjZjhjOWE0MTE= 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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml ArtifactUUID:d92db221-01ff-45c0-b376-d1cea101aec0 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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env ArtifactUUID:68c970be-e82a-4753-848a-30d62a010f5f 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/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env ArtifactUUID:68c970be-e82a-4753-848a-30d62a010f5f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-11T03:55:14.265Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7f89c02-6533-40fa-87e5-76001bc4be26 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-11T03:55:14.301Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e466cfa8-f630-4d85-9a43-04a2f53617fb from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-11T03:55:14.302Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:14.459Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-11T03:55:14.463Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar e466cfa8-f630-4d85-9a43-04a2f53617fb 98920 2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar ASDC sendASDCNotification 2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:55:14.464Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:14.467Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:14.467Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970914463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:14.567Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:14.568Z||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-11T03:55:14.568Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:14.581Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:14.581Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:55:15.469Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T03:55:15.470Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-11T03:55:15.471Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e466cfa8-f630-4d85-9a43-04a2f53617fb, URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar to file: /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:15.471Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220311035302-csar.csar 2022-03-11T03:55:15.472Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:15.472Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:15.685Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8241371025300357685/Definitions/service-Vfw20220311035302-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 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-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.615Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW af2a547f-4901 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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.616Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|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-Vfw20220311035302-csar.csar 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:17.617Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-11T03:55:17.618Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:17.619Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:55:17.620Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.621Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.622Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:17.623Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.624Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9156d38a-fe30-4998-893d-26a1ffc280a7 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:17.625Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-11T03:55:17.626Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.627Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0fd391f-5619-431a-a4e9-b21a128ae2c1 2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:17.628Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:55:17.629Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.630Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:55:17.631Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-11T03:55:17.632Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e376e3-3d99-4fe7-bf15-32929370fa19 2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.633Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.634Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:17.635Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-11 03-53-02 Description:catalog service description Model UUID:d7f89c02-6533-40fa-87e5-76001bc4be26 Model Version:NULL Model InvariantUuid:8c1637f0-e909-410f-b574-e44f26a0ca24 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW af2a547f-4901 Model UUID:4e28ef5b-0b8d-4efc-81ba-e2fc3b25c179 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b831b6b9-fe0b-429d-9030-a7febb95ac7d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:90f4cb8f-d998-4dba-8109-75d1b9bb3df6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:606e1b42-8598-4ff1-84dd-2a5ebba396f2 ModelName:VfwAf2a547f4901..base_vfw..module-0 ModelUuid:70de890a-4706-43df-af38-b9498393d0c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9156d38a-fe30-4998-893d-26a1ffc280a7 ModelInvariantUuid:15799244-8b57-4699-818e-0d9d621db523 ModelName:vFW af2a547f-4901-nodes.vfwCvfc ModelUuid:0e133b3f-bad3-4cdf-9bcb-cecb721d76a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8a66d05f-8f2e-4ac9-a3dd-9f58b903f63a ModelInvariantUuid:6ce11e12-f145-4109-9f54-422da67286a8 ModelName:VfwAf2a547f4901.compute.nodes.heat.vfw ModelUuid:ae11a481-b8f6-4034-b7db-513528746697 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f0fd391f-5619-431a-a4e9-b21a128ae2c1 ModelInvariantUuid:1988c0bd-16bb-4d18-88f7-40104c73a10a ModelName:vFW af2a547f-4901-nodes.vsnCvfc ModelUuid:36ad046b-087b-4156-83cb-f4e62c29f72c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:1d691c1a-cf5c-45dd-ad44-123441ce5e9e ModelInvariantUuid:52ad0c5a-6fc3-4822-a228-58e61cf4d587 ModelName:VfwAf2a547f4901.compute.nodes.heat.vsn ModelUuid:adebb743-ad7b-4917-8430-5ff4a700005c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:59e376e3-3d99-4fe7-bf15-32929370fa19 ModelInvariantUuid:355706a2-0b3d-4d0f-9a9d-502bd766b8f9 ModelName:vFW af2a547f-4901-nodes.vpgCvfc ModelUuid:ca7832e7-0377-4269-a946-0505e4574839 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:505abb17-82d8-49f2-bbcd-3840fe9ecb2e ModelInvariantUuid:d4c29e26-92cc-4ac5-8966-602726fb125c ModelName:VfwAf2a547f4901.compute.nodes.heat.vpg ModelUuid:7a26aabd-7819-4ea3-a1c7-fff1555daa3e 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-11T03:55:17.643Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 82e06e7d-d11f-4aa3-a320-fba0bcaabae1 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-11T03:55:17.647Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||vFW af2a547f-4901 0 2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 82e06e7d-d11f-4aa3-a320-fba0bcaabae1 2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e8e28a7c-c216-4f16-baef-df8ba8603742 from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json 2022-03-11T03:55:17.648Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-11T03:55:17.649Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json 2022-03-11T03:55:17.744Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json e8e28a7c-c216-4f16-baef-df8ba8603742 785 2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json ASDC sendASDCNotification 2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json 2022-03-11T03:55:17.745Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:55:17.746Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:17.748Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:17.749Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970917745, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:17.849Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:17.850Z||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-11T03:55:17.850Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:17.865Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:17.865Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:55:18.750Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAf2a547f4901..base_vfw..module-0", "vfModuleModelInvariantUUID": "606e1b42-8598-4ff1-84dd-2a5ebba396f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70de890a-4706-43df-af38-b9498393d0c0", "vfModuleModelCustomizationUUID": "0b04d5fb-e10d-44a4-b8e9-920bf765fb89", "isBase": true, "artifacts": [ "d92db221-01ff-45c0-b376-d1cea101aec0", "68c970be-e82a-4753-848a-30d62a010f5f" ], "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-11T03:55:18.754Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAf2a547f4901..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70de890a-4706-43df-af38-b9498393d0c0 VfModuleModelInvariantUUID:606e1b42-8598-4ff1-84dd-2a5ebba396f2 VfModuleModelDescription:NULL Artifacts UUID List:{ d92db221-01ff-45c0-b376-d1cea101aec0 , 68c970be-e82a-4753-848a-30d62a010f5f } 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-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwAf2a547f4901..base_vfw..module-0", "vfModuleModelInvariantUUID": "606e1b42-8598-4ff1-84dd-2a5ebba396f2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70de890a-4706-43df-af38-b9498393d0c0", "vfModuleModelCustomizationUUID": "0b04d5fb-e10d-44a4-b8e9-920bf765fb89", "isBase": true, "artifacts": [ "d92db221-01ff-45c0-b376-d1cea101aec0", "68c970be-e82a-4753-848a-30d62a010f5f" ], "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-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwAf2a547f4901..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70de890a-4706-43df-af38-b9498393d0c0 VfModuleModelInvariantUUID:606e1b42-8598-4ff1-84dd-2a5ebba396f2 VfModuleModelDescription:NULL Artifacts UUID List:{ d92db221-01ff-45c0-b376-d1cea101aec0 , 68c970be-e82a-4753-848a-30d62a010f5f } 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-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d92db221-01ff-45c0-b376-d1cea101aec0 from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml 2022-03-11T03:55:18.756Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-11T03:55:18.757Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml 2022-03-11T03:55:18.818Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-11T03:55:18.819Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml d92db221-01ff-45c0-b376-d1cea101aec0 20368 2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml 2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:55:18.820Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:18.822Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:18.822Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970918820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:18.923Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:18.924Z||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-11T03:55:18.924Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:18.936Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:18.936Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:19.823Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 68c970be-e82a-4753-848a-30d62a010f5f from URL: /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 2022-03-11T03:55:19.824Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-11T03:55:19.824Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 2022-03-11T03:55:19.879Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-11T03:55:19.879Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 68c970be-e82a-4753-848a-30d62a010f5f 2098 2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T03:55:19.880Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:19.882Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:19.882Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970919880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:55:19.982Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:19.983Z||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-11T03:55:19.984Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:19.996Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:19.996Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:20.883Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d7f89c02-6533-40fa-87e5-76001bc4be26 2022-03-11T03:55:20.883Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW af2a547f-4901 0 82e06e7d-d11f-4aa3-a320-fba0bcaabae1 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-11T03:55:20.899Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17274019, org.onap.sdc.toscaparser.api.parameters.Input@56435fd5, org.onap.sdc.toscaparser.api.parameters.Input@690e61b2, org.onap.sdc.toscaparser.api.parameters.Input@238e95d5, org.onap.sdc.toscaparser.api.parameters.Input@e842e35] 2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 matches Tosca VF Customization UUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 2022-03-11T03:55:20.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 90f4cb8f-d998-4dba-8109-75d1b9bb3df6 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-11T03:55:20.903Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 90f4cb8f-d998-4dba-8109-75d1b9bb3df6: {\"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-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f9b893f 2022-03-11T03:55:20.904Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b04d5fb-e10d-44a4-b8e9-920bf765fb89 2022-03-11T03:55:20.905Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b04d5fb-e10d-44a4-b8e9-920bf765fb89 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-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.907Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:20.908Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:55:20.909Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:55:20.910Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.911Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9156d38a-fe30-4998-893d-26a1ffc280a7 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-11T03:55:20.912Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:20.913Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.914Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:20.914Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:20.914Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:20.914Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-11T03:55:20.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-11T03:55:20.916Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.916Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-11T03:55:20.916Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.916Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f0fd391f-5619-431a-a4e9-b21a128ae2c1 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-11T03:55:20.918Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.918Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.919Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:20.919Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.920Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is not matching search criteria 2022-03-11T03:55:20.920Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-11T03:55:20.920Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-11T03:55:20.921Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-11T03:55:20.921Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.921Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.921Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.921Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-11T03:55:20.922Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=59e376e3-3d99-4fe7-bf15-32929370fa19 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-11T03:55:20.924Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.925Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.925Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T03:55:20.925Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.925Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Node template vFW af2a547f-4901 0 is matching search criteria 2022-03-11T03:55:20.926Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW af2a547f-4901 0] matching following query criteria: sdcType=VF, customizationUUID=90f4cb8f-d998-4dba-8109-75d1b9bb3df6 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-11T03:55:20.927Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.928Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.928Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d7f89c02-6533-40fa-87e5-76001bc4be26: vFW af2a547f-4901 2022-03-11T03:55:20.928Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.928Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.928Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.929Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.929Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.929Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.929Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.929Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.930Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T03:55:20.930Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-11 03-53-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T03:55:20.930Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-11 03-53-02 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T03:55:21.091Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW af2a547f-4901 82e06e7d-d11f-4aa3-a320-fba0bcaabae1 1 ASDC deployResourceStructure 2022-03-11T03:55:21.092Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json ASDC sendASDCNotification 2022-03-11T03:55:21.092Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json 2022-03-11T03:55:21.092Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:55:21.093Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:21.095Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:21.096Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970921092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:55:21.196Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:21.197Z||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-11T03:55:21.197Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:21.210Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:21.211Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:22.097Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-11T03:55:22.097Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml 2022-03-11T03:55:22.097Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:55:22.097Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:22.099Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:22.099Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970922097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:55:22.199Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:22.200Z||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-11T03:55:22.201Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:22.215Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:22.215Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:23.100Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-11T03:55:23.101Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env 2022-03-11T03:55:23.101Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:55:23.101Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:23.103Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:23.103Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970923100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-11T03:55:23.203Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:55:23.204Z||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-11T03:55:23.204Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:23.218Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:23.219Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-11T03:55:24.104Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar ASDC sendASDCNotification 2022-03-11T03:55:24.104Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar 2022-03-11T03:55:24.104Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T03:55:24.105Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:55:24.106Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:55:24.106Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970924104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:55:24.206Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T03:55:24.207Z||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-11T03:55:24.207Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:55:24.220Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:55:24.220Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T03:55:25.107Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:55:25.118Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:55:25.120Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:55:25.120Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:55:25.120Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:55:55.121Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:55:55.130Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:55:55.133Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:55:55.133Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:55:55.133Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:56:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:56:01.244Z||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-11T03:56:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:56:01.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:56:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:56:01.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970895042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:56:01.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:56:25.134Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:56:25.144Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:56:25.148Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:56:25.148Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:56:25.148Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:56:55.149Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:56:55.160Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:56:55.163Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:56:55.163Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T03:56:55.163Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T03:57:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:57:01.244Z||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-11T03:57:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:57:01.778Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:57:01.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970903121, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970904272, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970905278, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970905134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2233d2ba-f87a-4174-9d56-dc43c574cd9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970905593, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "policy-id", "timestamp": 1646970906282, "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-11T03:57:01.789Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:57:01.789Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:57:01.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "clamp", "timestamp": 1646970906140, "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-11T03:57:01.802Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:57:01.802Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:57:01.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "NOTIFIED" } 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-11T03:57:01.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970904629, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970912488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970906607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "NOTIFIED" } 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970914463, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970917745, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970918820, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.817Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970919880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970921092, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/vfwaf2a547f49010_modules.json", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.818Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970922097, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970923100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/resourceInstances/vfwaf2a547f49010/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646970924104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970930853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220311035302/1.0/artifacts/service-Vfw20220311035302-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T03:57:01.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:57:01.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-11T03:57:01.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "aai-ml", "timestamp": 1646970931857, "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-11T03:57:01.827Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21462fa7-770c-425a-952a-260fed79a2e3 2022-03-11T03:57:01.827Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:57:25.163Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T03:57:25.173Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:57:25.176Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T03:57:25.176Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T03:57:25.176Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T03:57:25.177Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T03:57:25.182Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T03:57:55.182Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21462fa7-770c-425a-952a-260fed79a2e3 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-11T03:57:55.188Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21462fa7-770c-425a-952a-260fed79a2e3 and serviceModelVersionId: d7f89c02-6533-40fa-87e5-76001bc4be26 2022-03-11T03:57:55.188Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c1637f0-e909-410f-b574-e44f26a0ca24 2022-03-11T03:57:55.190Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0 2022-03-11T03:57:55.194Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T03:57:55.245Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0|INFO|500||Invoke 2022-03-11T03:57:55.246Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[21462fa7-770c-425a-952a-260fed79a2e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c2ec9c18-4c58-4a63-bc8a-1e7aa0d4fef7], X-ECOMP-RequestID=[21462fa7-770c-425a-952a-260fed79a2e3], X-TransactionId=[], X-ONAP-RequestID=[21462fa7-770c-425a-952a-260fed79a2e3], Content-Type=[application/merge-patch+json]} 2022-03-11T03:57:55.269Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T03:57:55.892Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?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/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220311-03:57:55:041-2261], vertex-id=[241752], Content-Length=[0], Date=[Fri, 11 Mar 2022 03:57:55 GMT], Content-Type=[application/json]} 2022-03-11T03:57:55.893Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-11T03:57:55.894Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c1637f0-e909-410f-b574-e44f26a0ca24/model-vers/model-ver/d7f89c02-6533-40fa-87e5-76001bc4be26?depth=0|INFO|500||InvokeReturn 2022-03-11T03:57:55.894Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T03:57:55.895Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T03:57:55.900Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T03:57:55.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21462fa7-770c-425a-952a-260fed79a2e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T03:57:55.900Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T03:57:55.901Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-11T03:57:55.903Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T03:57:55.903Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971075900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:57:56.003Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T03:57:56.004Z||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-11T03:57:56.005Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T03:57:56.033Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:57:56.033Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-11T03:57:56.918Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:57:56.918Z||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-11T03:57:56.919Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:01.243Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:01.243Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T03:58:01.244Z|21462fa7-770c-425a-952a-260fed79a2e3|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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:01.914Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:01.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-11T03:58:01.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21462fa7-770c-425a-952a-260fed79a2e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971075900, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T03:58:01.915Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T03:58:07.253Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:07.254Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:07.254Z||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-11T03:58:07.255Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:16.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:16.801Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:16.801Z||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-11T03:58:16.802Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:26.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:26.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:26.346Z||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-11T03:58:26.346Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:35.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:35.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:35.883Z||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-11T03:58:35.883Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:45.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:58:45.435Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:58:45.436Z||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-11T03:58:45.436Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:58:55.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:59:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:59:01.239Z||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-11T03:59:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:59:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T03:59:01.243Z||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-11T03:59:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T03:59:10.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T03:59:10.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:00:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:00:01.240Z||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-11T04:00:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:00:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:00:01.243Z||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-11T04:00:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:00:10.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:00:10.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:01:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:01:01.240Z||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-11T04:01:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:01:01.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:01:01.243Z||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-11T04:01:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:01:10.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:01:10.784Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:02:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:02:01.242Z||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-11T04:02:01.243Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:02:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:02:01.243Z||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-11T04:02:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:02:10.806Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:02:10.808Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:03:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:03:01.240Z||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-11T04:03:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:03:01.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:03:01.243Z||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-11T04:03:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:03:10.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:03:10.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:01.239Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:04:01.240Z||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-11T04:04:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:04:01.244Z||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-11T04:04:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:01.870Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:01.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"879d9183-f0ef-4b8e-9aca-d4e24f560f72","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"37ce82c8-f099-46b1-93b0-79561ec30fc3","serviceDescription":"service","serviceInvariantUUID":"257a4c9a-a3ad-432d-887e-859ae3bba1fa","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"49da7cc2-ac71-4c07-9e25-41164c20f131","resourceInvariantUUID":"4c8fdffa-ada6-412f-a633-b22346529002","resourceCustomizationUUID":"c0a1813f-64c7-4694-be77-d0845ef4cfdb","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":"Nzg2MTY1NjM0MjhlMmYwZDE1NDBmNjRlM2M4YjE0ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a1d7e07-ad8c-41f4-856c-2044a9ca7193","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njk3MjlhYmZiYzMxMzU2NDFlMmE0M2Q1MWVmZTU5YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fe7c5856-7502-46ca-a9eb-7ffd61d7588c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T04:04:01.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:01.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "dcae-sch", "timestamp": 1646971413127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "cds", "timestamp": 1646971412203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "ves-openapi-manager", "timestamp": 1646971411056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "aai-ml", "timestamp": 1646971414629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "policy-id", "timestamp": 1646971415042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.875Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "dcae-sch", "timestamp": 1646971413127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "cds", "timestamp": 1646971412203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.876Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "aai-ml", "timestamp": 1646971414629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "ves-openapi-manager", "timestamp": 1646971411056, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "policy-id", "timestamp": 1646971415042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.877Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "cds", "timestamp": 1646971419729, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "aai-ml", "timestamp": 1646971419523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "policy-id", "timestamp": 1646971420613, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "cds", "timestamp": 1646971420745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-11T04:04:01.881Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:04:01.881Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971441239, "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-11T04:04:01.896Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 879d9183-f0ef-4b8e-9aca-d4e24f560f72 2022-03-11T04:04:01.896Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:01.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "policy-id", "timestamp": 1646971421617, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "multicloud-k8s-id", "timestamp": 1646971420061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "clamp", "timestamp": 1646971420379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "policy-id", "timestamp": 1646971422620, "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-11T04:04:01.909Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 879d9183-f0ef-4b8e-9aca-d4e24f560f72 2022-03-11T04:04:01.909Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:01.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "multicloud-k8s-id", "timestamp": 1646971420061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "clamp", "timestamp": 1646971420379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "aai-ml", "timestamp": 1646971426285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:04:01.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "clamp", "timestamp": 1646971427200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:01.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "aai-ml", "timestamp": 1646971427292, "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-11T04:04:01.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 879d9183-f0ef-4b8e-9aca-d4e24f560f72 2022-03-11T04:04:01.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:01.935Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.935Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971428798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971428798, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.936Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "clamp", "timestamp": 1646971430202, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:04:01.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971431765, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:01.937Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "clamp", "timestamp": 1646971431207, "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-11T04:04:01.943Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 879d9183-f0ef-4b8e-9aca-d4e24f560f72 2022-03-11T04:04:01.943Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:01.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971433686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:04:01.950Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:04:01.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:04:01.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971434689, "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-11T04:04:01.955Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 879d9183-f0ef-4b8e-9aca-d4e24f560f72 2022-03-11T04:04:01.955Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:01.981Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:04:01.982Z||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-11T04:04:01.982Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:01.996Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:01.997Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:04:02.882Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:04:02.884Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:04:02.886Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:04:02.886Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971441239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:04:02.986Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:04:02.987Z||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-11T04:04:02.988Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:03.003Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:03.003Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:04:03.888Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "37ce82c8-f099-46b1-93b0-79561ec30fc3", "serviceDescription": "service", "serviceInvariantUUID": "257a4c9a-a3ad-432d-887e-859ae3bba1fa", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c0a1813f-64c7-4694-be77-d0845ef4cfdb", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "49da7cc2-ac71-4c07-9e25-41164c20f131", "resourceInvariantUUID": "4c8fdffa-ada6-412f-a633-b22346529002", "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": "Njk3MjlhYmZiYzMxMzU2NDFlMmE0M2Q1MWVmZTU5YmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe7c5856-7502-46ca-a9eb-7ffd61d7588c" } ], "workloadContext": "Production" } 2022-03-11T04:04:03.888Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T04:04:03.888Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 37ce82c8-f099-46b1-93b0-79561ec30fc3 ASDC 2022-03-11T04:04:03.889Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:879d9183-f0ef-4b8e-9aca-d4e24f560f72 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:37ce82c8-f099-46b1-93b0-79561ec30fc3 ServiceInvariantUUID:257a4c9a-a3ad-432d-887e-859ae3bba1fa 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:fe7c5856-7502-46ca-a9eb-7ffd61d7588c ArtifactChecksum:Njk3MjlhYmZiYzMxMzU2NDFlMmE0M2Q1MWVmZTU5YmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c0a1813f-64c7-4694-be77-d0845ef4cfdb ResourceInvariantUUID:4c8fdffa-ada6-412f-a633-b22346529002 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:49da7cc2-ac71-4c07-9e25-41164c20f131 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-11T04:04:03.889Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 37ce82c8-f099-46b1-93b0-79561ec30fc3 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-11T04:04:03.919Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:04:03.921Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:04:03.921Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:04:03.921Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fe7c5856-7502-46ca-a9eb-7ffd61d7588c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-11T04:04:03.922Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:04:03.922Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-11T04:04:04.593Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:04:04.595Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fe7c5856-7502-46ca-a9eb-7ffd61d7588c 52484 2022-03-11T04:04:04.596Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-11T04:04:04.596Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-11T04:04:04.596Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:04:04.596Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:04:04.598Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:04:04.599Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971444595, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:04:04.699Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:04:04.700Z||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-11T04:04:04.700Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:04.721Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:04.721Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:04:05.600Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:04:05.601Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:04:05.601Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: fe7c5856-7502-46ca-a9eb-7ffd61d7588c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:05.601Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-11T04:04:05.602Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:05.602Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:05.761Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8894368708671717372/Definitions/service-BasicNetwork-template.yml 2022-03-11T04:04:06.362Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T04:04:06.362Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:04:06.362Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.363Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.364Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:04:06.364Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.364Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.364Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-11T04:04:06.365Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:04:06.365Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:04:06.365Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.365Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.365Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.366Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.367Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.367Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.367Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.367Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.368Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.368Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.368Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:37ce82c8-f099-46b1-93b0-79561ec30fc3 Model Version:NULL Model InvariantUuid:257a4c9a-a3ad-432d-887e-859ae3bba1fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:4c8fdffa-ada6-412f-a633-b22346529002 Model UUID:45600c88-a95e-4467-9227-7d6e5a69778d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c0a1813f-64c7-4694-be77-d0845ef4cfdb 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-11T04:04:06.375Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 49da7cc2-ac71-4c07-9e25-41164c20f131 2022-03-11T04:04:06.375Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||No resources found for Service: 37ce82c8-f099-46b1-93b0-79561ec30fc3 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-11T04:04:06.382Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500|| 2022-03-11T04:04:06.382Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-11T04:04:06.383Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 37ce82c8-f099-46b1-93b0-79561ec30fc3 2022-03-11T04:04:06.383Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 37ce82c8-f099-46b1-93b0-79561ec30fc3 2022-03-11T04:04:06.384Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-11T04:04:06.384Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:04:06.389Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41708746, org.onap.sdc.toscaparser.api.parameters.Input@2a1f6c8e, org.onap.sdc.toscaparser.api.parameters.Input@56a2e728, org.onap.sdc.toscaparser.api.parameters.Input@5a76acd7, org.onap.sdc.toscaparser.api.parameters.Input@1f795a68] 2022-03-11T04:04:06.391Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.391Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 37ce82c8-f099-46b1-93b0-79561ec30fc3: Generic NeutronNet 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.392Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.393Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-11T04:04:06.425Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.426Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.426Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.426Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.426Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:04:06.426Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:04:06.427Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-11T04:04:06.471Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-11T04:04:06.471Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-11T04:04:06.471Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-11T04:04:06.471Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:04:06.472Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:04:06.474Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:04:06.474Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971446471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:04:06.574Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:04:06.575Z||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-11T04:04:06.575Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:06.604Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:06.604Z||pool-54-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:04:07.474Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 879d9183-f0ef-4b8e-9aca-d4e24f560f72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:04:07.488Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.493Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.494Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.494Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:04:07.494Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:04:07.498Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T04:04:37.499Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 879d9183-f0ef-4b8e-9aca-d4e24f560f72 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-11T04:04:37.505Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 879d9183-f0ef-4b8e-9aca-d4e24f560f72 and serviceModelVersionId: 37ce82c8-f099-46b1-93b0-79561ec30fc3 2022-03-11T04:04:37.505Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 257a4c9a-a3ad-432d-887e-859ae3bba1fa 2022-03-11T04:04:37.508Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0 2022-03-11T04:04:37.514Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T04:04:37.601Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0|INFO|500||Invoke 2022-03-11T04:04:37.601Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[879d9183-f0ef-4b8e-9aca-d4e24f560f72], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[312c0fde-628b-448d-adb9-6608bf48aa7b], X-ECOMP-RequestID=[879d9183-f0ef-4b8e-9aca-d4e24f560f72], X-TransactionId=[], X-ONAP-RequestID=[879d9183-f0ef-4b8e-9aca-d4e24f560f72], Content-Type=[application/merge-patch+json]} 2022-03-11T04:04:37.623Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T04:04:38.689Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?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/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220311-04:04:37:385-29133], vertex-id=[196760], Content-Length=[0], Date=[Fri, 11 Mar 2022 04:04:37 GMT], Content-Type=[application/json]} 2022-03-11T04:04:38.690Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-11T04:04:38.691Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257a4c9a-a3ad-432d-887e-859ae3bba1fa/model-vers/model-ver/37ce82c8-f099-46b1-93b0-79561ec30fc3?depth=0|INFO|500||InvokeReturn 2022-03-11T04:04:38.693Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T04:04:38.693Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:04:38.698Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T04:04:38.698Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 879d9183-f0ef-4b8e-9aca-d4e24f560f72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T04:04:38.698Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T04:04:38.698Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:04:38.701Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:04:38.701Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971478698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:04:38.801Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:04:38.803Z||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-11T04:04:38.803Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:04:38.824Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:04:38.826Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-11T04:05:01.239Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:05:01.240Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|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-11T04:05:01.240Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:01.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:05:01.243Z||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-11T04:05:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:01.375Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:01.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:05:01.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971441239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:01.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:05:01.874Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:01.874Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:05:01.874Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb5e68da-d34b-4cdf-bde8-a306d1f7e041","serviceName":"Demo_pNF_38xN5iZKlOalann2vwXD","serviceVersion":"1.0","serviceUUID":"c0ceed94-0e03-426f-abb4-856ed4c41b83","serviceDescription":"catalog service description","serviceInvariantUUID":"7eab201f-6658-40ea-b64a-a62e4568f6ee","resources":[{"resourceInstanceName":"pNF a8d2c145-1ed2 0","resourceName":"pNF a8d2c145-1ed2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d6108a5d-ff07-4e4b-b33e-c3ca48f1027f","resourceInvariantUUID":"64860121-e670-4cca-8680-87df057dd123","resourceCustomizationUUID":"d860f0a5-c13e-42e6-9628-0d971ff14763","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml","artifactChecksum":"ZmUxMTFjOWQzZDM2MDNmZTI5OGZkODAyYjQyY2U2YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"645091ee-84b9-41bb-83d8-a56d0facf278","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar","artifactChecksum":"NjIxNzZmYjM0MTM5M2RjNjNkOGZlZDhiMjA0ZjczOTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"894df334-7437-45d0-8ac9-f92955aef4f3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60e7c87d-d1ae-42d2-bd53-a2359c7e9351","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml","artifactChecksum":"ZDY4NGQxNGJlNjFmNWJmY2M3NmFjY2I0ODNhOTFkOTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5cd29ab3-3ab7-4cf9-8090-9cabca419b38","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"14cc8b82-7f01-41d8-81ef-495fe981a8c8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4554e149-fade-4fb1-819f-9eb7e5782373","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf38xn5izkloalann2vwxd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml","artifactChecksum":"NjdmNjg1NTQzNDI4YTFjYjJhODc0ZmNmZDkzNmI1YzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86850a78-b8f7-4d44-a955-eb1fad028cd7","artifactVersion":"1"},{"artifactName":"service-DemoPnf38xn5izkloalann2vwxd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar","artifactChecksum":"NTg3NjUyY2E1MmM2NGI4MmE0OTU1YTI0MDQ1Y2JlOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a07c02d3-ef7f-4095-b5a9-b237244490cd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T04:05:01.877Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:01.877Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:01.879Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:01.879Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:01.979Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:01.980Z||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-11T04:05:01.980Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:01.997Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:01.997Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:05:02.880Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:02.880Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:02.882Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:02.882Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:02.983Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-11T04:05:02.983Z||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-11T04:05:02.984Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:03.001Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:03.002Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:03.883Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:03.884Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:03.886Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:03.886Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:03.986Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:03.987Z||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-11T04:05:03.988Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:04.004Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:04.005Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:04.886Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:04.887Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:04.889Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:04.889Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:04.989Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:04.990Z||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-11T04:05:04.990Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:05.004Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:05.004Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:05.889Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:05.890Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:05.893Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:05.893Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:05.993Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:05.994Z||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-11T04:05:05.995Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:06.009Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:06.010Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:06.894Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:06.894Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:06.896Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:06.896Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:06.996Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:06.997Z||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-11T04:05:06.997Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:07.010Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:07.011Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:07.897Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:07.898Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:07.900Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:07.900Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:05:08.000Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:08.001Z||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-11T04:05:08.001Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:08.015Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:08.016Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:08.900Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:05:08.901Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:08.904Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:08.904Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:05:09.004Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:09.006Z||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-11T04:05:09.006Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:09.023Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:09.023Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:05:09.905Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "serviceName": "Demo_pNF_38xN5iZKlOalann2vwXD", "serviceVersion": "1.0", "serviceUUID": "c0ceed94-0e03-426f-abb4-856ed4c41b83", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7eab201f-6658-40ea-b64a-a62e4568f6ee", "resources": [ { "resourceInstanceName": "pNF a8d2c145-1ed2 0", "resourceCustomizationUUID": "d860f0a5-c13e-42e6-9628-0d971ff14763", "resourceName": "pNF a8d2c145-1ed2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d6108a5d-ff07-4e4b-b33e-c3ca48f1027f", "resourceInvariantUUID": "64860121-e670-4cca-8680-87df057dd123", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "artifactChecksum": "NTg3NjUyY2E1MmM2NGI4MmE0OTU1YTI0MDQ1Y2JlOTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a07c02d3-ef7f-4095-b5a9-b237244490cd" } ], "workloadContext": "Production" } 2022-03-11T04:05:09.905Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T04:05:09.906Z|879d9183-f0ef-4b8e-9aca-d4e24f560f72|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c0ceed94-0e03-426f-abb4-856ed4c41b83 ASDC 2022-03-11T04:05:09.907Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:fb5e68da-d34b-4cdf-bde8-a306d1f7e041 ServiceName:Demo_pNF_38xN5iZKlOalann2vwXD ServiceVersion:1.0 ServiceUUID:c0ceed94-0e03-426f-abb4-856ed4c41b83 ServiceInvariantUUID:7eab201f-6658-40ea-b64a-a62e4568f6ee ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf38xn5izkloalann2vwxd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar ArtifactUUID:a07c02d3-ef7f-4095-b5a9-b237244490cd ArtifactChecksum:NTg3NjUyY2E1MmM2NGI4MmE0OTU1YTI0MDQ1Y2JlOTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a8d2c145-1ed2 0 ResourceCustomizationUUID:d860f0a5-c13e-42e6-9628-0d971ff14763 ResourceInvariantUUID:64860121-e670-4cca-8680-87df057dd123 ResourceName:pNF a8d2c145-1ed2 ResourceType:PNF ResourceUUID:d6108a5d-ff07-4e4b-b33e-c3ca48f1027f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-11T04:05:09.907Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0ceed94-0e03-426f-abb4-856ed4c41b83 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-11T04:05:09.936Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:05:09.937Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:05:09.937Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:05:09.938Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a07c02d3-ef7f-4095-b5a9-b237244490cd from URL: /sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:09.938Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:05:09.938Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:10.585Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:05:10.589Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar a07c02d3-ef7f-4095-b5a9-b237244490cd 82621 2022-03-11T04:05:10.589Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar ASDC sendASDCNotification 2022-03-11T04:05:10.589Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:10.590Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:05:10.590Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:10.592Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:10.592Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971510589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:05:10.692Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:10.694Z||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-11T04:05:10.694Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:10.709Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:10.709Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:11.593Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:05:11.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:05:11.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a07c02d3-ef7f-4095-b5a9-b237244490cd, URL: /sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar to file: /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:11.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:11.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:11.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:11.707Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1783484343708497535/Definitions/service-DemoPnf38xn5izkloalann2vwxd-template.yml 2022-03-11T04:05:12.442Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T04:05:12.443Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:05:12.443Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.443Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-11T04:05:12.443Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a8d2c145-1ed2 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-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.444Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.445Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Node template pNF a8d2c145-1ed2 0 is matching search criteria 2022-03-11T04:05:12.445Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:05:12.445Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a8d2c145-1ed2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:05:12.445Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.445Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Node template pNF a8d2c145-1ed2 0 is matching search criteria 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a8d2c145-1ed2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.446Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.447Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_38xN5iZKlOalann2vwXD Description:catalog service description Model UUID:c0ceed94-0e03-426f-abb4-856ed4c41b83 Model Version:NULL Model InvariantUuid:7eab201f-6658-40ea-b64a-a62e4568f6ee 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-11T04:05:12.453Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: d6108a5d-ff07-4e4b-b33e-c3ca48f1027f 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-11T04:05:12.456Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||pNF a8d2c145-1ed2 0 2022-03-11T04:05:12.456Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d6108a5d-ff07-4e4b-b33e-c3ca48f1027f 2022-03-11T04:05:12.456Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c0ceed94-0e03-426f-abb4-856ed4c41b83 2022-03-11T04:05:12.456Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c0ceed94-0e03-426f-abb4-856ed4c41b83 2022-03-11T04:05:12.456Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a8d2c145-1ed2 0 d6108a5d-ff07-4e4b-b33e-c3ca48f1027f 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-11T04:05:12.460Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f7c8d11, org.onap.sdc.toscaparser.api.parameters.Input@1b5fbb3c, org.onap.sdc.toscaparser.api.parameters.Input@e58bd2b, org.onap.sdc.toscaparser.api.parameters.Input@5753db38, org.onap.sdc.toscaparser.api.parameters.Input@1c0cc0c6] 2022-03-11T04:05:12.460Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.460Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.460Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c0ceed94-0e03-426f-abb4-856ed4c41b83: pNF a8d2c145-1ed2 2022-03-11T04:05:12.460Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Processing PNF resource: d6108a5d-ff07-4e4b-b33e-c3ca48f1027f 2022-03-11T04:05:12.461Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:05:12.461Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_38xN5iZKlOalann2vwXD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:05:12.461Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||Resource customization UUID: d860f0a5-c13e-42e6-9628-0d971ff14763 is the same as notified resource customizationUUID: d860f0a5-c13e-42e6-9628-0d971ff14763 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-11T04:05:12.500Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a8d2c145-1ed2 d6108a5d-ff07-4e4b-b33e-c3ca48f1027f 0 ASDC deployResourceStructure 2022-03-11T04:05:12.501Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar ASDC sendASDCNotification 2022-03-11T04:05:12.501Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar 2022-03-11T04:05:12.501Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:05:12.501Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:05:12.503Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:05:12.503Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971512501, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:05:12.603Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:05:12.604Z||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-11T04:05:12.605Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:05:12.617Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:05:12.618Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:05:13.503Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:05:13.513Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:05:13.519Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:05:13.519Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:05:13.519Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:05:43.519Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:05:43.529Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:05:43.531Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:05:43.531Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:05:43.531Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:06:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:06:01.243Z||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-11T04:06:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:06:01.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:06:01.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971441239, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:06:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971444595, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:06:01.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:06:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971446471, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:06:01.278Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:06:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "879d9183-f0ef-4b8e-9aca-d4e24f560f72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971478698, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:06:01.279Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:06:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-11T04:06:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971491056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971488797, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971487203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:01.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:06:01.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:06:01.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:06:13.531Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:06:13.540Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:06:13.542Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:06:13.543Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:06:13.543Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:06:43.543Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:06:43.552Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:06:43.554Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:06:43.554Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:06:43.554Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:07:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:07:01.244Z||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-11T04:07:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:07:01.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:07:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:07:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:07:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:07:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:07:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "dcae-sch", "timestamp": 1646971493125, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:07:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:07:13.554Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:07:13.564Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:07:13.566Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:07:13.566Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:07:13.566Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:07:43.567Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:07:43.576Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:07:43.578Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:07:43.578Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-11T04:07:43.578Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-11T04:08:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:08:01.244Z||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-11T04:08:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:01.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:01.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971501178, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.312Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971501430, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971502309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971495042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "cds", "timestamp": 1646971502437, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-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-11T04:08:01.322Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.323Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971502368, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.331Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971504315, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.333Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "ves-openapi-manager", "timestamp": 1646971503374, "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-11T04:08:01.337Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.337Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971504867, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971505321, "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-11T04:08:01.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.351Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971505872, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "policy-id", "timestamp": 1646971506875, "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-11T04:08:01.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "multicloud-k8s-id", "timestamp": 1646971500061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971501239, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971510589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971512501, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971504629, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971513489, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971503441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971516039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/resourceInstances/pnfa8d2c1451ed20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "cds", "timestamp": 1646971517047, "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-11T04:08:01.401Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.402Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "ves-openapi-manager", "timestamp": 1646971511056, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971520035, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971513126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "aai-ml", "timestamp": 1646971521041, "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-11T04:08:01.425Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.425Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.435Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.435Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971521358, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.436Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971515042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971522312, "artifactURL": "/sdc/v1/catalog/services/c2d5ea09-23c9-4400-9b56-51e38650b4a8/resourceInstances/basicclamp0/artifacts/bdc25a24-dff7-4ea2-a89a-a48611dbf6d0", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971523815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971523225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf38xn5izkloalann2vwxd/1.0/artifacts/service-DemoPnf38xn5izkloalann2vwxd-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971523649, "artifactURL": "/sdc/v1/catalog/services/c2d5ea09-23c9-4400-9b56-51e38650b4a8/resourceInstances/basicclamp0/artifacts/bdc25a24-dff7-4ea2-a89a-a48611dbf6d0", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.441Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:01.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971524820, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "clamp", "timestamp": 1646971524231, "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-11T04:08:01.447Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb5e68da-d34b-4cdf-bde8-a306d1f7e041 2022-03-11T04:08:01.447Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:01.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "dcae-sch", "timestamp": 1646971524654, "artifactURL": "/sdc/v1/catalog/services/c2d5ea09-23c9-4400-9b56-51e38650b4a8/resourceInstances/basicclamp0/artifacts/bdc25a24-dff7-4ea2-a89a-a48611dbf6d0", "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-11T04:08:01.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.464Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "policy-id", "timestamp": 1646971525824, "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-11T04:08:01.480Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.480Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971518797, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971527709, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971520061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.492Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971529126, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971530273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971531279, "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-11T04:08:01.500Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.500Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971530515, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971510379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971532220, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971533244, "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-11T04:08:01.516Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.516Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "multicloud-k8s-id", "timestamp": 1646971534248, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:01.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "ves-openapi-manager", "timestamp": 1646971531056, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971532203, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-11T04:08:01.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "dcae-sch", "timestamp": 1646971533125, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971542601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971535042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-11T04:08:01.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "cds", "timestamp": 1646971543610, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T04:08:01.557Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:08:01.557Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971543707, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971544885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971545891, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971545221, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "policy-id", "timestamp": 1646971546894, "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-11T04:08:01.574Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:08:01.574Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971546237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971540061, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971549785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971550453, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971550838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971551474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971551912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "clamp", "timestamp": 1646971552484, "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-11T04:08:01.589Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.589Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971552849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971552980, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "aai-ml", "timestamp": 1646971553853, "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-11T04:08:01.605Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8c4eee1-1223-4068-b905-3b9e397b5954 2022-03-11T04:08:01.605Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:08:01.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971554033, "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-11T04:08:01.616Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:08:01.616Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:08:01.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "multicloud-k8s-id", "timestamp": 1646971555036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971548797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:08:01.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971559015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:01.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:08:01.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:08:01.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971561294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:08:01.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:08:13.579Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:08:13.591Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.594Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:08:13.595Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:08:13.599Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T04:08:43.600Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 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-11T04:08:43.605Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb5e68da-d34b-4cdf-bde8-a306d1f7e041 and serviceModelVersionId: c0ceed94-0e03-426f-abb4-856ed4c41b83 2022-03-11T04:08:43.605Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7eab201f-6658-40ea-b64a-a62e4568f6ee 2022-03-11T04:08:43.606Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0 2022-03-11T04:08:43.609Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T04:08:43.657Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0|INFO|500||Invoke 2022-03-11T04:08:43.658Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb5e68da-d34b-4cdf-bde8-a306d1f7e041], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9f967126-036b-426e-b113-33d8e8ce5740], X-ECOMP-RequestID=[fb5e68da-d34b-4cdf-bde8-a306d1f7e041], X-TransactionId=[], X-ONAP-RequestID=[fb5e68da-d34b-4cdf-bde8-a306d1f7e041], Content-Type=[application/merge-patch+json]} 2022-03-11T04:08:43.678Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T04:08:43.823Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?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/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220311-04:08:43:432-33756], vertex-id=[237672], Content-Length=[0], Date=[Fri, 11 Mar 2022 04:08:43 GMT], Content-Type=[application/json]} 2022-03-11T04:08:43.824Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-11T04:08:43.825Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7eab201f-6658-40ea-b64a-a62e4568f6ee/model-vers/model-ver/c0ceed94-0e03-426f-abb4-856ed4c41b83?depth=0|INFO|500||InvokeReturn 2022-03-11T04:08:43.826Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T04:08:43.826Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:08:43.830Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T04:08:43.830Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb5e68da-d34b-4cdf-bde8-a306d1f7e041 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T04:08:43.831Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T04:08:43.831Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:43.832Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:43.833Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971723830, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:08:43.933Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:43.934Z||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-11T04:08:43.934Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:43.958Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:43.959Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 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-11T04:08:44.845Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:08:44.845Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|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-11T04:08:44.845Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:49.204Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:49.205Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:08:49.206Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8c4eee1-1223-4068-b905-3b9e397b5954","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c2d5ea09-23c9-4400-9b56-51e38650b4a8","serviceDescription":"service","serviceInvariantUUID":"76de23c3-ac43-467f-bc92-7e9c92730e00","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f48b359-250a-4921-8bae-cf497932c31b","resourceInvariantUUID":"dfb2f3fc-d25a-4ca0-947d-62813ad27636","resourceCustomizationUUID":"185ff752-e3cc-49e3-aeed-24a83464b406","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":"bdc25a24-dff7-4ea2-a89a-a48611dbf6d0","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":"OTAxZTEzMjhlZDEyNjc4YjI5YWY0NjQ3ODMwNzhiNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27f4588f-aa4a-4490-9b9b-d01975327041","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":"YjNhNTA2OTVlNDAyMTdhYWU3ZGU4NDc3OTU0MGYzOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"200de6a0-f7f9-4ef4-84f8-5f197a69a14b","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":"6dc8aebe-d27d-4f12-924a-8248d894e46b","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":"7f5475c8-9f1b-46c1-8c39-b0cc4a361843","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":"6c866bcf-b536-40f3-bcfb-d84241ecdb82","artifactVersion":"2","generatedFromUUID":"6dc8aebe-d27d-4f12-924a-8248d894e46b"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZTdmNDVlNDAxY2JlM2U3MDY1NTRiZjZiZTU2OWU3NmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"872645cb-60e3-4ee1-babd-63938e3a050f","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"N2FiMjg1NzczZTNkZDU4ZTc4ZDAyMTAyMzQ5NDJhYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4d29434-69e0-4fe9-ab2d-f96b4c3d956a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T04:08:49.208Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:49.208Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:49.210Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:49.210Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:49.310Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:49.311Z||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-11T04:08:49.311Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:49.334Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:49.334Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:50.210Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:50.212Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:50.214Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:50.214Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:50.314Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:50.315Z||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-11T04:08:50.315Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:50.328Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:50.329Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:08:51.214Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:51.215Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:51.218Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:51.218Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:08:51.318Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:51.319Z||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-11T04:08:51.319Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:51.341Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:51.341Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:52.219Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:52.220Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:52.222Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:52.222Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T04:08:52.322Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:52.323Z||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-11T04:08:52.323Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:52.336Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:52.337Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:53.223Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:53.224Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:53.226Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:53.226Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:53.326Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:53.327Z||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-11T04:08:53.327Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:53.341Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:53.341Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:08:54.227Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:54.228Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:54.230Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:54.230Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T04:08:54.330Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:08:54.331Z||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-11T04:08:54.332Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:54.345Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:54.345Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:55.231Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:55.233Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:55.235Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:55.235Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:08:55.336Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:08:55.336Z||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-11T04:08:55.336Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:55.351Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:55.351Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:56.236Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:08:56.237Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:56.239Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:56.239Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:08:56.340Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-11T04:08:56.341Z||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-11T04:08:56.341Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:56.353Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:56.353Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:08:57.241Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c2d5ea09-23c9-4400-9b56-51e38650b4a8", "serviceDescription": "service", "serviceInvariantUUID": "76de23c3-ac43-467f-bc92-7e9c92730e00", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "185ff752-e3cc-49e3-aeed-24a83464b406", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2f48b359-250a-4921-8bae-cf497932c31b", "resourceInvariantUUID": "dfb2f3fc-d25a-4ca0-947d-62813ad27636", "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": "YjNhNTA2OTVlNDAyMTdhYWU3ZGU4NDc3OTU0MGYzOTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "200de6a0-f7f9-4ef4-84f8-5f197a69a14b", "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": "6dc8aebe-d27d-4f12-924a-8248d894e46b", "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": "6c866bcf-b536-40f3-bcfb-d84241ecdb82", "generatedFromUUID": "6dc8aebe-d27d-4f12-924a-8248d894e46b" }, "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": "6c866bcf-b536-40f3-bcfb-d84241ecdb82", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "N2FiMjg1NzczZTNkZDU4ZTc4ZDAyMTAyMzQ5NDJhYTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4d29434-69e0-4fe9-ab2d-f96b4c3d956a" } ], "workloadContext": "Production" } 2022-03-11T04:08:57.241Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T04:08:57.241Z|fb5e68da-d34b-4cdf-bde8-a306d1f7e041|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2d5ea09-23c9-4400-9b56-51e38650b4a8 ASDC 2022-03-11T04:08:57.242Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d8c4eee1-1223-4068-b905-3b9e397b5954 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c2d5ea09-23c9-4400-9b56-51e38650b4a8 ServiceInvariantUUID:76de23c3-ac43-467f-bc92-7e9c92730e00 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:c4d29434-69e0-4fe9-ab2d-f96b4c3d956a ArtifactChecksum:N2FiMjg1NzczZTNkZDU4ZTc4ZDAyMTAyMzQ5NDJhYTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:185ff752-e3cc-49e3-aeed-24a83464b406 ResourceInvariantUUID:dfb2f3fc-d25a-4ca0-947d-62813ad27636 ResourceName:basicclamp ResourceType:VF ResourceUUID:2f48b359-250a-4921-8bae-cf497932c31b 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:200de6a0-f7f9-4ef4-84f8-5f197a69a14b ArtifactChecksum:YjNhNTA2OTVlNDAyMTdhYWU3ZGU4NDc3OTU0MGYzOTM= 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:6dc8aebe-d27d-4f12-924a-8248d894e46b 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:6c866bcf-b536-40f3-bcfb-d84241ecdb82 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:6c866bcf-b536-40f3-bcfb-d84241ecdb82 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-11T04:08:57.242Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2d5ea09-23c9-4400-9b56-51e38650b4a8 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-11T04:08:57.275Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:08:57.276Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:08:57.276Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:08:57.276Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4d29434-69e0-4fe9-ab2d-f96b4c3d956a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-11T04:08:57.277Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:08:57.277Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-11T04:08:58.172Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:08:58.176Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar c4d29434-69e0-4fe9-ab2d-f96b4c3d956a 73654 2022-03-11T04:08:58.176Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-11T04:08:58.177Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-11T04:08:58.177Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:08:58.177Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:08:58.179Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:08:58.179Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971738176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:08:58.279Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:08:58.281Z||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-11T04:08:58.281Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:08:58.294Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:08:58.295Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:08:59.180Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:08:59.181Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:08:59.182Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c4d29434-69e0-4fe9-ab2d-f96b4c3d956a, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:08:59.182Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-11T04:08:59.183Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:08:59.183Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:08:59.294Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4711849323884889381/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-11T04:09:00.348Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T04:09:00.348Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.349Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.350Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.350Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.350Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-11T04:09:00.350Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:09:00.350Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.351Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.351Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:00.351Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:09:00.351Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:09:00.351Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.352Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.352Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:00.352Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:09:00.352Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:09:00.352Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.353Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.353Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.353Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-11T04:09:00.354Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.355Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T04:09:00.355Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.355Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:00.355Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:00.355Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:00.356Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=050fd2fe-8346-445d-84e4-a313aabb0509 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.357Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:00.358Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:00.359Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c2d5ea09-23c9-4400-9b56-51e38650b4a8 Model Version:NULL Model InvariantUuid:76de23c3-ac43-467f-bc92-7e9c92730e00 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:3c77a649-159b-4326-bfca-717c855fec19 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dfb2f3fc-d25a-4ca0-947d-62813ad27636 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:185ff752-e3cc-49e3-aeed-24a83464b406 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:552a1672-b06a-4227-bdbd-a4216a9417fd ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2d7279a7-743d-4c3e-80a4-c6215f083b95 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:050fd2fe-8346-445d-84e4-a313aabb0509 ModelInvariantUuid:c0f025af-4971-4473-94a5-832717f1c6f4 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:888098c6-f9c0-4677-8adb-1a0fd7e455a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:07a56558-0ec6-4def-9b34-8af48e697912 ModelInvariantUuid:e6415557-b1b9-45e0-9276-77b4c2a6bf6f ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:31a86e19-fb21-45de-858e-c4d26bde1b1d 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-11T04:09:00.366Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f48b359-250a-4921-8bae-cf497932c31b 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-11T04:09:00.369Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-03-11T04:09:00.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f48b359-250a-4921-8bae-cf497932c31b 2022-03-11T04:09:00.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 200de6a0-f7f9-4ef4-84f8-5f197a69a14b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-11T04:09:00.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:00.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-11T04:09:00.999Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:00.999Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 200de6a0-f7f9-4ef4-84f8-5f197a69a14b 790 2022-03-11T04:09:01.000Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-11T04:09:01.000Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-11T04:09:01.000Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:01.000Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:01.002Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:01.002Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971741000, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.103Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:09:01.104Z||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-11T04:09:01.104Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:01.119Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:01.120Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:09:01.243Z||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-11T04:09:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:01.305Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:01.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971562304, "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-11T04:09:01.317Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:09:01.317Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:09:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971553490, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971534629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971564817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971568224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971551056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971555042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "multicloud-k8s-id", "timestamp": 1646971560061, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "dcae-sch", "timestamp": 1646971553125, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971570247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971562203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971570741, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.371Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971571943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "clamp", "timestamp": 1646971571260, "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-11T04:09:01.377Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:09:01.377Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:09:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971571782, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971572965, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971572243, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "ves-openapi-manager", "timestamp": 1646971572785, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T04:09:01.401Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.401Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:01.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "policy-id", "timestamp": 1646971573968, "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-11T04:09:01.415Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.415Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:01.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "cds", "timestamp": 1646971575045, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:09:01.428Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.429Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:01.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971574920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "aai-ml", "timestamp": 1646971575926, "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-11T04:09:01.445Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d51fa088-dffd-4ea0-9b2c-7cb824db8b87 2022-03-11T04:09:01.445Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:09:01.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971572267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:01.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971576929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971578797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:01.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:09:01.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971587022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.470Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971588718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971588229, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:01.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971590711, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1646971591715, "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-11T04:09:01.478Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.478Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:01.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971591234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "clamp", "timestamp": 1646971592248, "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-11T04:09:01.491Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.491Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:01.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971597388, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:01.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:09:01.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:09:01.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "aai-ml", "timestamp": 1646971598392, "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-11T04:09:01.502Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c47591ab-b403-46de-85a8-8252bc4d04cb 2022-03-11T04:09:01.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:09:02.005Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "552a1672-b06a-4227-bdbd-a4216a9417fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d7279a7-743d-4c3e-80a4-c6215f083b95", "vfModuleModelCustomizationUUID": "77028d08-5b87-48e6-86c0-6df643bb32d2", "isBase": true, "artifacts": [ "6dc8aebe-d27d-4f12-924a-8248d894e46b", "6c866bcf-b536-40f3-bcfb-d84241ecdb82" ], "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-11T04:09:02.010Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d7279a7-743d-4c3e-80a4-c6215f083b95 VfModuleModelInvariantUUID:552a1672-b06a-4227-bdbd-a4216a9417fd VfModuleModelDescription:NULL Artifacts UUID List:{ 6dc8aebe-d27d-4f12-924a-8248d894e46b , 6c866bcf-b536-40f3-bcfb-d84241ecdb82 } 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-11T04:09:02.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "552a1672-b06a-4227-bdbd-a4216a9417fd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2d7279a7-743d-4c3e-80a4-c6215f083b95", "vfModuleModelCustomizationUUID": "77028d08-5b87-48e6-86c0-6df643bb32d2", "isBase": true, "artifacts": [ "6dc8aebe-d27d-4f12-924a-8248d894e46b", "6c866bcf-b536-40f3-bcfb-d84241ecdb82" ], "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-11T04:09:02.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2d7279a7-743d-4c3e-80a4-c6215f083b95 VfModuleModelInvariantUUID:552a1672-b06a-4227-bdbd-a4216a9417fd VfModuleModelDescription:NULL Artifacts UUID List:{ 6dc8aebe-d27d-4f12-924a-8248d894e46b , 6c866bcf-b536-40f3-bcfb-d84241ecdb82 } 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-11T04:09:02.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6dc8aebe-d27d-4f12-924a-8248d894e46b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-11T04:09:02.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:02.014Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-11T04:09:02.277Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:02.277Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 6dc8aebe-d27d-4f12-924a-8248d894e46b 5033 2022-03-11T04:09:02.277Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-11T04:09:02.278Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-11T04:09:02.278Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:02.278Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:02.280Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:02.280Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971742277, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:02.380Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:02.381Z||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-11T04:09:02.381Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:02.397Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:02.398Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:03.280Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6c866bcf-b536-40f3-bcfb-d84241ecdb82 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-11T04:09:03.281Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:03.282Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-11T04:09:04.364Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:04.365Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6c866bcf-b536-40f3-bcfb-d84241ecdb82 909 2022-03-11T04:09:04.366Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-11T04:09:04.366Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-11T04:09:04.366Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:04.366Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:04.369Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:04.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971744366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:04.469Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:09:04.470Z||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-11T04:09:04.470Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:04.492Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:04.493Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:05.370Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c2d5ea09-23c9-4400-9b56-51e38650b4a8 2022-03-11T04:09:05.371Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2f48b359-250a-4921-8bae-cf497932c31b 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-11T04:09:05.383Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68c0ebc0, org.onap.sdc.toscaparser.api.parameters.Input@a202c53, org.onap.sdc.toscaparser.api.parameters.Input@6a0d180, org.onap.sdc.toscaparser.api.parameters.Input@34603ce7, org.onap.sdc.toscaparser.api.parameters.Input@5b915f40] 2022-03-11T04:09:05.384Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.385Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.385Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-11T04:09:05.385Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 185ff752-e3cc-49e3-aeed-24a83464b406 2022-03-11T04:09:05.385Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 185ff752-e3cc-49e3-aeed-24a83464b406 matches Tosca VF Customization UUID: 185ff752-e3cc-49e3-aeed-24a83464b406 2022-03-11T04:09:05.386Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 185ff752-e3cc-49e3-aeed-24a83464b406 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-11T04:09:05.388Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.388Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.389Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 185ff752-e3cc-49e3-aeed-24a83464b406: {\"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-11T04:09:05.389Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65c6cc62 2022-03-11T04:09:05.389Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.389Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T04:09:05.389Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77028d08-5b87-48e6-86c0-6df643bb32d2 2022-03-11T04:09:05.390Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77028d08-5b87-48e6-86c0-6df643bb32d2 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-11T04:09:05.391Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.392Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:05.392Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:05.392Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.393Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:05.393Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:05.393Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.394Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-11T04:09:05.394Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-11T04:09:05.394Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-11T04:09:05.394Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=050fd2fe-8346-445d-84e4-a313aabb0509 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-11T04:09:05.397Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.397Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:05.397Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:05.398Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.398Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-11T04:09:05.398Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=185ff752-e3cc-49e3-aeed-24a83464b406 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-11T04:09:05.400Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.400Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.400Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c2d5ea09-23c9-4400-9b56-51e38650b4a8: basicclamp 2022-03-11T04:09:05.401Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.401Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.401Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.402Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.402Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.402Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.402Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.403Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.403Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:05.403Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:05.403Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T04:09:05.474Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2f48b359-250a-4921-8bae-cf497932c31b 1 ASDC deployResourceStructure 2022-03-11T04:09:05.474Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-11T04:09:05.474Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-11T04:09:05.474Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:09:05.475Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:05.476Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:05.476Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971745474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:09:05.577Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:09:05.578Z||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-11T04:09:05.578Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:05.601Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:05.601Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:06.478Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-11T04:09:06.478Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-11T04:09:06.479Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:09:06.479Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:06.481Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:06.481Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971746478, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:09:06.581Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:06.582Z||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-11T04:09:06.582Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:06.603Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:06.603Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:07.482Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-11T04:09:07.483Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-11T04:09:07.483Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:09:07.483Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:07.485Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:07.485Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971747482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-11T04:09:07.585Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:07.587Z||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-11T04:09:07.587Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:07.600Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:07.600Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:08.486Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-11T04:09:08.487Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-11T04:09:08.487Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:09:08.487Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:08.489Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:08.489Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971748486, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:09:08.589Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:08.590Z||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-11T04:09:08.590Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:08.608Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:08.608Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:09.490Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8c4eee1-1223-4068-b905-3b9e397b5954 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:09:09.500Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:09:09.502Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:09:09.502Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T04:09:09.502Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.503Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.504Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.504Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:09:09.504Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:09:09.509Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T04:09:39.509Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8c4eee1-1223-4068-b905-3b9e397b5954 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-11T04:09:39.515Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8c4eee1-1223-4068-b905-3b9e397b5954 and serviceModelVersionId: c2d5ea09-23c9-4400-9b56-51e38650b4a8 2022-03-11T04:09:39.515Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76de23c3-ac43-467f-bc92-7e9c92730e00 2022-03-11T04:09:39.516Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?depth=0 2022-03-11T04:09:39.519Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T04:09:39.587Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?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-11T04:09:39.588Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?depth=0|INFO|500||Invoke 2022-03-11T04:09:39.610Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T04:09:39.963Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?depth=0|INFO|500||InvokeReturn 2022-03-11T04:09:39.964Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76de23c3-ac43-467f-bc92-7e9c92730e00/model-vers/model-ver/c2d5ea09-23c9-4400-9b56-51e38650b4a8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220311-04:09:39:363-32243], vertex-id=[200944], Content-Length=[0], Date=[Fri, 11 Mar 2022 04:09:39 GMT], Content-Type=[application/json]} 2022-03-11T04:09:39.965Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-11T04:09:39.965Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T04:09:39.966Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:09:39.970Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T04:09:39.970Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8c4eee1-1223-4068-b905-3b9e397b5954 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T04:09:39.970Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T04:09:39.971Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:39.972Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:39.972Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971779970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:09:40.073Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:40.073Z||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-11T04:09:40.074Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:40.090Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:40.091Z||pool-83-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-11T04:09:40.983Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:09:40.983Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d51fa088-dffd-4ea0-9b2c-7cb824db8b87","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"accb880e-ca37-472d-b807-1c1e5dbb3f4d","serviceDescription":"service","serviceInvariantUUID":"2a53be0d-2d58-47d2-a384-3672c76d0fbf","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d09a63b-fe16-4298-995c-8fc0ed8ce597","resourceInvariantUUID":"aa5db31d-d690-4eeb-9610-f8fde9391f85","resourceCustomizationUUID":"82461772-46ca-49f6-a8b5-661fe59c9516","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":"NmZkNzBhNjVlZjRhMjBiMTRjZTI0MzMzMmQ0ZDJhOGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a87ccbb6-1a4a-4fd8-ba56-93a92c0d1597","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":"81f5e207-eec1-47cc-80e7-c3682a0f5f6a","artifactVersion":"2","generatedFromUUID":"84cebea2-e12a-4f11-83d7-cffe44e010ee"},{"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":"84cebea2-e12a-4f11-83d7-cffe44e010ee","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":"ZGNhOWY2M2MwZjIwN2IyYjdiY2ExODAyYTUwZTFkYjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a038bff8-2cff-4579-a752-a0026ec034bf","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":"a5f4a841-7fb5-4c3f-9347-0a1ca955c654","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":"a37e79f0-2056-49f8-8240-0d83cb8ce9cc","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":"279f5538-9a7e-4b7f-bd79-76c02c57b195","artifactVersion":"2","generatedFromUUID":"a5f4a841-7fb5-4c3f-9347-0a1ca955c654"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjRlMTYyZWJhZDI5N2M3OTMwYzQzYmM5ZWI0NWM4YmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d105a236-c314-4c5e-8eb5-59136220c8ab","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yzg5ZmM3NDdjNjRmYTlkZmJlZWIzZTFkYmIwNzZiN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbb25b2b-ae4d-4455-8fab-a1c79ec4046e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T04:09:40.984Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:40.984Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:40.986Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:40.986Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:41.086Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:41.087Z||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-11T04:09:41.087Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:41.104Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:41.104Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:41.987Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:41.988Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:41.990Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:41.990Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-11T04:09:42.090Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:42.091Z||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-11T04:09:42.092Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:42.103Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:42.104Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:42.991Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:42.992Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:42.994Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:42.994Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-11T04:09:43.094Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:43.095Z||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-11T04:09:43.095Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:43.124Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:43.124Z||pool-86-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:09:43.995Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:43.996Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:43.998Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:43.998Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:09:44.098Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:44.099Z||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-11T04:09:44.099Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:44.112Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:44.113Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:45.001Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:45.002Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:45.004Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:45.004Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-11T04:09:45.104Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:45.105Z||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-11T04:09:45.105Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:45.120Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:45.121Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:46.004Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:46.006Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:46.008Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:46.008Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:46.108Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:46.109Z||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-11T04:09:46.109Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:46.122Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:46.122Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:47.008Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:47.010Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:47.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:47.013Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-11T04:09:47.112Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-11T04:09:47.114Z||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-11T04:09:47.114Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:47.125Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:47.125Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:48.014Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:48.015Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:48.017Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:48.017Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:09:48.117Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:48.118Z||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-11T04:09:48.118Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:48.133Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:48.134Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:09:49.017Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:09:49.018Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:49.020Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:49.020Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:09:49.120Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:49.121Z||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-11T04:09:49.121Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:49.136Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:49.136Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:09:50.021Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "accb880e-ca37-472d-b807-1c1e5dbb3f4d", "serviceDescription": "service", "serviceInvariantUUID": "2a53be0d-2d58-47d2-a384-3672c76d0fbf", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "82461772-46ca-49f6-a8b5-661fe59c9516", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5d09a63b-fe16-4298-995c-8fc0ed8ce597", "resourceInvariantUUID": "aa5db31d-d690-4eeb-9610-f8fde9391f85", "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": "81f5e207-eec1-47cc-80e7-c3682a0f5f6a", "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": "84cebea2-e12a-4f11-83d7-cffe44e010ee", "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": "ZGNhOWY2M2MwZjIwN2IyYjdiY2ExODAyYTUwZTFkYjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a038bff8-2cff-4579-a752-a0026ec034bf", "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": "a5f4a841-7fb5-4c3f-9347-0a1ca955c654", "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": "279f5538-9a7e-4b7f-bd79-76c02c57b195", "generatedFromUUID": "a5f4a841-7fb5-4c3f-9347-0a1ca955c654" }, "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": "279f5538-9a7e-4b7f-bd79-76c02c57b195", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Yzg5ZmM3NDdjNjRmYTlkZmJlZWIzZTFkYmIwNzZiN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dbb25b2b-ae4d-4455-8fab-a1c79ec4046e" } ], "workloadContext": "Production" } 2022-03-11T04:09:50.022Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T04:09:50.023Z|d8c4eee1-1223-4068-b905-3b9e397b5954|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 accb880e-ca37-472d-b807-1c1e5dbb3f4d ASDC 2022-03-11T04:09:50.023Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:d51fa088-dffd-4ea0-9b2c-7cb824db8b87 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:accb880e-ca37-472d-b807-1c1e5dbb3f4d ServiceInvariantUUID:2a53be0d-2d58-47d2-a384-3672c76d0fbf 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:dbb25b2b-ae4d-4455-8fab-a1c79ec4046e ArtifactChecksum:Yzg5ZmM3NDdjNjRmYTlkZmJlZWIzZTFkYmIwNzZiN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:82461772-46ca-49f6-a8b5-661fe59c9516 ResourceInvariantUUID:aa5db31d-d690-4eeb-9610-f8fde9391f85 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5d09a63b-fe16-4298-995c-8fc0ed8ce597 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:81f5e207-eec1-47cc-80e7-c3682a0f5f6a 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:84cebea2-e12a-4f11-83d7-cffe44e010ee 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:a038bff8-2cff-4579-a752-a0026ec034bf ArtifactChecksum:ZGNhOWY2M2MwZjIwN2IyYjdiY2ExODAyYTUwZTFkYjM= 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:a5f4a841-7fb5-4c3f-9347-0a1ca955c654 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:279f5538-9a7e-4b7f-bd79-76c02c57b195 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:279f5538-9a7e-4b7f-bd79-76c02c57b195 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-11T04:09:50.023Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF accb880e-ca37-472d-b807-1c1e5dbb3f4d 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-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbb25b2b-ae4d-4455-8fab-a1c79ec4046e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:50.055Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-11T04:09:50.224Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:50.227Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dbb25b2b-ae4d-4455-8fab-a1c79ec4046e 68936 2022-03-11T04:09:50.227Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-11T04:09:50.227Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-11T04:09:50.227Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:50.228Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:50.230Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:50.230Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971790227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:50.330Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:50.331Z||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-11T04:09:50.331Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:50.346Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:50.346Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:51.230Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:09:51.232Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:09:51.232Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dbb25b2b-ae4d-4455-8fab-a1c79ec4046e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:51.232Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-11T04:09:51.233Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:51.233Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:51.341Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11404590810700216605/Definitions/service-BasicCnf-template.yml 2022-03-11T04:09:52.360Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T04:09:52.361Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:09:52.361Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:52.361Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-11T04:09:52.361Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.362Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.363Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:52.363Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:09:52.363Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:09:52.363Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.364Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.364Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:52.364Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:09:52.364Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:09:52.364Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.365Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.365Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.365Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-11T04:09:52.365Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-11T04:09:52.365Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-11T04:09:52.366Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-11T04:09:52.366Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.366Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T04:09:52.366Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.366Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:52.367Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:52.367Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.367Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:52.367Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:52.368Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.368Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:52.368Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:52.368Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.368Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-11T04:09:52.369Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-11T04:09:52.369Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dbd90700-e9a3-4163-9c94-800145e2f052 2022-03-11T04:09:52.369Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.369Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.369Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.370Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.370Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.370Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.370Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:52.370Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:52.371Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:accb880e-ca37-472d-b807-1c1e5dbb3f4d Model Version:NULL Model InvariantUuid:2a53be0d-2d58-47d2-a384-3672c76d0fbf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:a56836a0-2e44-419c-a594-4b61544a1c53 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:aa5db31d-d690-4eeb-9610-f8fde9391f85 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:82461772-46ca-49f6-a8b5-661fe59c9516 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:933d1543-44e7-4e5c-bd41-c6cc6ad9374e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3f202faa-1163-4720-995c-7058ab686991 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dbd90700-e9a3-4163-9c94-800145e2f052 ModelInvariantUuid:35e9128d-019c-4249-9ce5-9fb5595e4cb3 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:808ba3d5-c2ab-4c83-9475-24a3324b60b0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0a1b26b6-16c0-49dd-98d7-ea021080a297 ModelInvariantUuid:7f675d9d-f657-4970-9d12-8ba2000e9b58 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e0bfab3f-d26c-4442-9d0f-e329d33feaa0 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-11T04:09:52.377Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d09a63b-fe16-4298-995c-8fc0ed8ce597 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-11T04:09:52.379Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-03-11T04:09:52.380Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d09a63b-fe16-4298-995c-8fc0ed8ce597 2022-03-11T04:09:52.380Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81f5e207-eec1-47cc-80e7-c3682a0f5f6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-11T04:09:52.380Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:52.380Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-11T04:09:52.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:52.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 81f5e207-eec1-47cc-80e7-c3682a0f5f6a 12 2022-03-11T04:09:52.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-11T04:09:52.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-11T04:09:52.435Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:52.435Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:52.437Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:52.437Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971792434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:52.537Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:52.538Z||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-11T04:09:52.538Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:52.550Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:52.550Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:09:53.438Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84cebea2-e12a-4f11-83d7-cffe44e010ee from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-11T04:09:53.438Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:53.439Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-11T04:09:53.488Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:53.488Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 84cebea2-e12a-4f11-83d7-cffe44e010ee 2688 2022-03-11T04:09:53.489Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-11T04:09:53.489Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-11T04:09:53.489Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:53.489Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:53.491Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:53.491Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971793489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:53.591Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:53.592Z||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-11T04:09:53.592Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:53.605Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:53.605Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:54.492Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a038bff8-2cff-4579-a752-a0026ec034bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-11T04:09:54.492Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:54.493Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-11T04:09:54.611Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:54.612Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a038bff8-2cff-4579-a752-a0026ec034bf 828 2022-03-11T04:09:54.612Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-11T04:09:54.612Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-11T04:09:54.612Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:54.613Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:54.614Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:54.614Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971794612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:54.717Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-11T04:09:54.718Z||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-11T04:09:54.718Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:54.730Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:54.731Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:55.615Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "933d1543-44e7-4e5c-bd41-c6cc6ad9374e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f202faa-1163-4720-995c-7058ab686991", "vfModuleModelCustomizationUUID": "df929710-ffc5-412d-bf03-d3861d69dfcd", "isBase": true, "artifacts": [ "84cebea2-e12a-4f11-83d7-cffe44e010ee", "a5f4a841-7fb5-4c3f-9347-0a1ca955c654", "279f5538-9a7e-4b7f-bd79-76c02c57b195" ], "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-11T04:09:55.618Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f202faa-1163-4720-995c-7058ab686991 VfModuleModelInvariantUUID:933d1543-44e7-4e5c-bd41-c6cc6ad9374e VfModuleModelDescription:NULL Artifacts UUID List:{ 84cebea2-e12a-4f11-83d7-cffe44e010ee , a5f4a841-7fb5-4c3f-9347-0a1ca955c654 , 279f5538-9a7e-4b7f-bd79-76c02c57b195 } 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-11T04:09:55.620Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "933d1543-44e7-4e5c-bd41-c6cc6ad9374e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3f202faa-1163-4720-995c-7058ab686991", "vfModuleModelCustomizationUUID": "df929710-ffc5-412d-bf03-d3861d69dfcd", "isBase": true, "artifacts": [ "84cebea2-e12a-4f11-83d7-cffe44e010ee", "a5f4a841-7fb5-4c3f-9347-0a1ca955c654", "279f5538-9a7e-4b7f-bd79-76c02c57b195" ], "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-11T04:09:55.620Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3f202faa-1163-4720-995c-7058ab686991 VfModuleModelInvariantUUID:933d1543-44e7-4e5c-bd41-c6cc6ad9374e VfModuleModelDescription:NULL Artifacts UUID List:{ 84cebea2-e12a-4f11-83d7-cffe44e010ee , a5f4a841-7fb5-4c3f-9347-0a1ca955c654 , 279f5538-9a7e-4b7f-bd79-76c02c57b195 } 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-11T04:09:55.620Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a5f4a841-7fb5-4c3f-9347-0a1ca955c654 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-11T04:09:55.620Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:55.620Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-11T04:09:55.797Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:55.797Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a5f4a841-7fb5-4c3f-9347-0a1ca955c654 1164 2022-03-11T04:09:55.797Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-11T04:09:55.798Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-11T04:09:55.798Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:55.798Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:55.800Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:55.801Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971795797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:55.900Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-11T04:09:55.901Z||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-11T04:09:55.902Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:55.916Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:55.916Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:56.801Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 279f5538-9a7e-4b7f-bd79-76c02c57b195 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-11T04:09:56.802Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:09:56.802Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-11T04:09:57.291Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:09:57.292Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 279f5538-9a7e-4b7f-bd79-76c02c57b195 200 2022-03-11T04:09:57.292Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-11T04:09:57.292Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-11T04:09:57.292Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:09:57.293Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:57.295Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:57.295Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971797292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:09:57.395Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:57.396Z||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-11T04:09:57.396Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:57.412Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:57.412Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:58.296Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: accb880e-ca37-472d-b807-1c1e5dbb3f4d 2022-03-11T04:09:58.296Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5d09a63b-fe16-4298-995c-8fc0ed8ce597 ASDC 2022-03-11T04:09:58.312Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-11T04:09:58.322Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b163d30, org.onap.sdc.toscaparser.api.parameters.Input@2f5b92b2, org.onap.sdc.toscaparser.api.parameters.Input@26810239, org.onap.sdc.toscaparser.api.parameters.Input@6864afa0, org.onap.sdc.toscaparser.api.parameters.Input@7281e021] 2022-03-11T04:09:58.324Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.324Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.325Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-11T04:09:58.325Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 82461772-46ca-49f6-a8b5-661fe59c9516 2022-03-11T04:09:58.325Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82461772-46ca-49f6-a8b5-661fe59c9516 matches Tosca VF Customization UUID: 82461772-46ca-49f6-a8b5-661fe59c9516 2022-03-11T04:09:58.325Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 82461772-46ca-49f6-a8b5-661fe59c9516 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-11T04:09:58.327Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.327Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.328Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 82461772-46ca-49f6-a8b5-661fe59c9516: {\"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-11T04:09:58.328Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@62d6dbfa 2022-03-11T04:09:58.328Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.328Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-11T04:09:58.329Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df929710-ffc5-412d-bf03-d3861d69dfcd 2022-03-11T04:09:58.329Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df929710-ffc5-412d-bf03-d3861d69dfcd 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-11T04:09:58.331Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.331Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:58.331Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:58.332Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.332Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:58.332Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:58.333Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.333Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-11T04:09:58.333Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-11T04:09:58.333Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dbd90700-e9a3-4163-9c94-800145e2f052 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-11T04:09:58.335Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.335Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:58.335Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-11T04:09:58.336Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.336Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-11T04:09:58.336Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=82461772-46ca-49f6-a8b5-661fe59c9516 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-11T04:09:58.338Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.338Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.338Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid accb880e-ca37-472d-b807-1c1e5dbb3f4d: basic_cnf 2022-03-11T04:09:58.338Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.338Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.339Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.339Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.339Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.339Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.340Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.340Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.340Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:09:58.340Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:09:58.340Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-11T04:09:58.402Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5d09a63b-fe16-4298-995c-8fc0ed8ce597 1 ASDC deployResourceStructure 2022-03-11T04:09:58.402Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-11T04:09:58.403Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-11T04:09:58.403Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-11T04:09:58.403Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:58.405Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:58.405Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971798402, "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-11T04:09:58.505Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:58.506Z||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-11T04:09:58.506Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:58.520Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:58.520Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:09:59.406Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-11T04:09:59.406Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-11T04:09:59.406Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-11T04:09:59.406Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:09:59.408Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:09:59.408Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971799405, "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-11T04:09:59.509Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:09:59.509Z||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-11T04:09:59.509Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:09:59.524Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:09:59.524Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:00.409Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-11T04:10:00.410Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-11T04:10:00.410Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:10:00.410Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:00.412Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:00.412Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971800409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:10:00.512Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:00.513Z||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-11T04:10:00.513Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:00.526Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:00.526Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:10:01.243Z||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-11T04:10:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:01.281Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5e68da-d34b-4cdf-bde8-a306d1f7e041", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971723830, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:10:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971738176, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971741000, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:10:01.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:10:01.414Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-11T04:10:01.414Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-11T04:10:01.414Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:10:01.415Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:01.417Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:01.417Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971801414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:10:01.518Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-11T04:10:01.519Z||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-11T04:10:01.519Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:01.599Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:01.599Z||pool-102-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:02.418Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-11T04:10:02.419Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-11T04:10:02.419Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:10:02.419Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:02.429Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:02.429Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971802418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-11T04:10:02.521Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-03-11T04:10:02.522Z||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-11T04:10:02.522Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:02.535Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:02.535Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:03.430Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-11T04:10:03.430Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-11T04:10:03.430Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:10:03.431Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:03.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:03.434Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971803430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:10:03.534Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:03.535Z||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-11T04:10:03.535Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:03.547Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:03.547Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:10:04.436Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d51fa088-dffd-4ea0-9b2c-7cb824db8b87 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:10:04.447Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.450Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.451Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:04.451Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:10:04.456Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T04:10:34.456Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d51fa088-dffd-4ea0-9b2c-7cb824db8b87 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-11T04:10:34.461Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d51fa088-dffd-4ea0-9b2c-7cb824db8b87 and serviceModelVersionId: accb880e-ca37-472d-b807-1c1e5dbb3f4d 2022-03-11T04:10:34.462Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a53be0d-2d58-47d2-a384-3672c76d0fbf 2022-03-11T04:10:34.463Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?depth=0 2022-03-11T04:10:34.467Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T04:10:34.507Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?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-11T04:10:34.508Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?depth=0|INFO|500||Invoke 2022-03-11T04:10:34.526Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T04:10:35.493Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?depth=0|INFO|500||InvokeReturn 2022-03-11T04:10:35.494Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a53be0d-2d58-47d2-a384-3672c76d0fbf/model-vers/model-ver/accb880e-ca37-472d-b807-1c1e5dbb3f4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220311-04:10:34:278-58610], vertex-id=[262344], Content-Length=[0], Date=[Fri, 11 Mar 2022 04:10:34 GMT], Content-Type=[application/json]} 2022-03-11T04:10:35.494Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-11T04:10:35.494Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T04:10:35.495Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:10:35.500Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T04:10:35.500Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d51fa088-dffd-4ea0-9b2c-7cb824db8b87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T04:10:35.500Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T04:10:35.501Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:35.503Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:35.503Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971835500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:10:35.603Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:35.604Z||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-11T04:10:35.604Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:35.657Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:35.658Z||pool-105-thread-1|||||INFO|500||cambria reply ok (55 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-11T04:10:36.513Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:10:36.513Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c47591ab-b403-46de-85a8-8252bc4d04cb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"313524d1-9bce-44ec-b9d0-d46f7a780696","serviceDescription":"service","serviceInvariantUUID":"56640e37-3d22-420d-879b-c591b0e69ad8","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3cda6265-4e36-461a-877f-97a5e1ff8a4a","resourceInvariantUUID":"37b80e55-3edc-4b77-905e-693c41b8afb7","resourceCustomizationUUID":"25c20164-7b2f-477f-9eb0-637fa2dcb2a2","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":"NTBiMTExNzg2ZDEzZmJjZDgwMmVmNTk3ZjE1YWNmNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc42f6b3-2d09-415e-82ff-70dd0fb4c1cc","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":"7dc36403-19aa-428e-87ec-6b9fb7c97cb4","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":"1238f425-4605-4d66-9be9-ec7fec9cd50c","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":"ZGNlMDZhOTJlYzcyZjgxNTdkNGM3OThlMWIzNTAzOTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e352b972-d074-4baa-bc7a-b4bf5a05d247","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":"cdbeed5e-1862-434c-86f7-a7ed6aecc991","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":"81551b57-8b58-45e7-9663-4ef55c4bd922","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":"d2e210b3-3b63-4363-8197-085bfb0a0629","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":"MGExNzYyZTY1YTc0M2JkNWI3MTQ1NTU5ZDcwYjI2OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec5ce48e-31d4-4bf1-ab14-f916f5635c10","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MjNlNGNkMzk3MGNjOTMzYTQ2YTQ0ZGFhNTNmY2YyMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ff0d93e4-6473-4733-ab00-18d660594c87","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-11T04:10:36.514Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:36.514Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:36.516Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:36.516Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:36.616Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:36.617Z||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-11T04:10:36.617Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:36.631Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:36.632Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:37.521Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:37.522Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:37.525Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:37.525Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:37.626Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:37.627Z||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-11T04:10:37.628Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:37.642Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:37.643Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:38.526Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:38.527Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:38.530Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:38.530Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:38.630Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:38.631Z||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-11T04:10:38.631Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:38.647Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:38.647Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:39.530Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:39.531Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:39.534Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:39.534Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:39.634Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:39.635Z||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-11T04:10:39.635Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:39.648Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:39.648Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:40.534Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:40.535Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:40.537Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:40.537Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:40.637Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:40.638Z||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-11T04:10:40.638Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:40.651Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:40.651Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:10:41.539Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:41.540Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:41.542Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:41.542Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:41.642Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:41.643Z||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-11T04:10:41.643Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:41.664Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:41.664Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:42.543Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:42.544Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:42.548Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:42.548Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:42.652Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-11T04:10:42.653Z||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-11T04:10:42.653Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:42.669Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:42.670Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:43.548Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:43.549Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:43.562Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:43.562Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:10:43.662Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:43.663Z||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-11T04:10:43.663Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:43.675Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:43.676Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:44.563Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-11T04:10:44.564Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:44.567Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:44.567Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:10:44.667Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:44.668Z||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-11T04:10:44.668Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:44.680Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:44.680Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:10:45.568Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "313524d1-9bce-44ec-b9d0-d46f7a780696", "serviceDescription": "service", "serviceInvariantUUID": "56640e37-3d22-420d-879b-c591b0e69ad8", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "25c20164-7b2f-477f-9eb0-637fa2dcb2a2", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3cda6265-4e36-461a-877f-97a5e1ff8a4a", "resourceInvariantUUID": "37b80e55-3edc-4b77-905e-693c41b8afb7", "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": "MjNlNGNkMzk3MGNjOTMzYTQ2YTQ0ZGFhNTNmY2YyMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ff0d93e4-6473-4733-ab00-18d660594c87" } ], "workloadContext": "Production" } 2022-03-11T04:10:45.570Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-11T04:10:45.570Z|d51fa088-dffd-4ea0-9b2c-7cb824db8b87|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 313524d1-9bce-44ec-b9d0-d46f7a780696 ASDC 2022-03-11T04:10:45.571Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:c47591ab-b403-46de-85a8-8252bc4d04cb ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:313524d1-9bce-44ec-b9d0-d46f7a780696 ServiceInvariantUUID:56640e37-3d22-420d-879b-c591b0e69ad8 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:ff0d93e4-6473-4733-ab00-18d660594c87 ArtifactChecksum:MjNlNGNkMzk3MGNjOTMzYTQ2YTQ0ZGFhNTNmY2YyMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:25c20164-7b2f-477f-9eb0-637fa2dcb2a2 ResourceInvariantUUID:37b80e55-3edc-4b77-905e-693c41b8afb7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3cda6265-4e36-461a-877f-97a5e1ff8a4a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-11T04:10:45.571Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 313524d1-9bce-44ec-b9d0-d46f7a780696 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-11T04:10:45.614Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:10:45.615Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:10:45.615Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:10:45.615Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ff0d93e4-6473-4733-ab00-18d660594c87 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-11T04:10:45.615Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-11T04:10:45.616Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-11T04:10:45.815Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-11T04:10:45.820Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ff0d93e4-6473-4733-ab00-18d660594c87 105647 2022-03-11T04:10:45.821Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-11T04:10:45.822Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-11T04:10:45.822Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-11T04:10:45.822Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:45.824Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:45.824Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971845821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:10:45.924Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:45.925Z||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-11T04:10:45.926Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:45.940Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:45.940Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-11T04:10:46.825Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-11T04:10:46.826Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-11T04:10:46.826Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ff0d93e4-6473-4733-ab00-18d660594c87, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:46.827Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-11T04:10:46.827Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:46.827Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:46.934Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10356517706714654424/Definitions/service-TestPnfMacro-template.yml 2022-03-11T04:10:47.662Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.663Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.664Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.665Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-11T04:10:47.665Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:10:47.665Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:10:47.665Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.666Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.667Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.667Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.667Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.667Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.667Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.668Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.668Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.668Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.668Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:313524d1-9bce-44ec-b9d0-d46f7a780696 Model Version:NULL Model InvariantUuid:56640e37-3d22-420d-879b-c591b0e69ad8 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-11T04:10:47.798Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3cda6265-4e36-461a-877f-97a5e1ff8a4a 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-11T04:10:47.803Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-03-11T04:10:47.804Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3cda6265-4e36-461a-877f-97a5e1ff8a4a 2022-03-11T04:10:47.804Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 313524d1-9bce-44ec-b9d0-d46f7a780696 2022-03-11T04:10:47.804Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 313524d1-9bce-44ec-b9d0-d46f7a780696 2022-03-11T04:10:47.804Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3cda6265-4e36-461a-877f-97a5e1ff8a4a 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-11T04:10:47.813Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@430dfa05, org.onap.sdc.toscaparser.api.parameters.Input@470d90a, org.onap.sdc.toscaparser.api.parameters.Input@3b5d885c, org.onap.sdc.toscaparser.api.parameters.Input@6b174c69, org.onap.sdc.toscaparser.api.parameters.Input@47665edc] 2022-03-11T04:10:47.813Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 313524d1-9bce-44ec-b9d0-d46f7a780696: test-pnf 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Processing PNF resource: 3cda6265-4e36-461a-877f-97a5e1ff8a4a 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-11T04:10:47.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Resource customization UUID: 25c20164-7b2f-477f-9eb0-637fa2dcb2a2 is the same as notified resource customizationUUID: 25c20164-7b2f-477f-9eb0-637fa2dcb2a2 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-11T04:10:47.864Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3cda6265-4e36-461a-877f-97a5e1ff8a4a 0 ASDC deployResourceStructure 2022-03-11T04:10:47.864Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-11T04:10:47.864Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-11T04:10:47.864Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-11T04:10:47.864Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:10:47.866Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:10:47.866Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971847864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:10:47.966Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:10:47.967Z||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-11T04:10:47.968Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:10:47.990Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:10:47.991Z||pool-116-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-11T04:10:48.867Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c47591ab-b403-46de-85a8-8252bc4d04cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-11T04:10:48.880Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-11T04:10:48.883Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-11T04:10:48.888Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-11T04:11:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:01.245Z||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-11T04:11:01.245Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:01.284Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:01.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971742277, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971744366, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.287Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971745474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971746478, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971747482, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-11T04:11:01.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971748486, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:11:01.290Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c4eee1-1223-4068-b905-3b9e397b5954", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971779970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:11:01.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-11T04:11:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-11T04:11:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-11T04:11:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:11:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971790227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971792434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.296Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971793489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971794612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.297Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971795797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971797292, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-11T04:11:01.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971798402, "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-11T04:11:01.299Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971799405, "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-11T04:11:01.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:01.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-11T04:11:01.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971800409, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-11T04:11:01.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:11:18.888Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c47591ab-b403-46de-85a8-8252bc4d04cb 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-11T04:11:18.899Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c47591ab-b403-46de-85a8-8252bc4d04cb and serviceModelVersionId: 313524d1-9bce-44ec-b9d0-d46f7a780696 2022-03-11T04:11:18.899Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56640e37-3d22-420d-879b-c591b0e69ad8 2022-03-11T04:11:18.900Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?depth=0 2022-03-11T04:11:18.908Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-11T04:11:18.958Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?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-11T04:11:18.960Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?depth=0|INFO|500||Invoke 2022-03-11T04:11:18.984Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-11T04:11:19.079Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?depth=0|INFO|500||InvokeReturn 2022-03-11T04:11:19.080Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56640e37-3d22-420d-879b-c591b0e69ad8/model-vers/model-ver/313524d1-9bce-44ec-b9d0-d46f7a780696?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220311-04:11:18:736-59012], vertex-id=[270424], Content-Length=[0], Date=[Fri, 11 Mar 2022 04:11:18 GMT], Content-Type=[application/json]} 2022-03-11T04:11:19.080Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-11T04:11:19.081Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-11T04:11:19.081Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-11T04:11:19.086Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-11T04:11:19.086Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c47591ab-b403-46de-85a8-8252bc4d04cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-11T04:11:19.086Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-11T04:11:19.087Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-11T04:11:19.089Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-11T04:11:19.089Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971879086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:11:19.189Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-11T04:11:19.191Z||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-11T04:11:19.191Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:19.205Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:19.205Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-11T04:11:20.102Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:20.102Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:11:20.102Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:30.361Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:30.362Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:30.362Z||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-11T04:11:30.362Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:39.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:39.971Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:39.972Z||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-11T04:11:39.972Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:49.535Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:49.535Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:49.536Z||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-11T04:11:49.536Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:11:59.089Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:11:59.089Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:11:59.090Z||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-11T04:11:59.090Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:12:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:12:01.243Z||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-11T04:12:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:12:01.296Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:12:01.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-11T04:12:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971801414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-11T04:12:01.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:12:08.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:12:08.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:12:08.641Z||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-11T04:12:08.641Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:12:18.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:13:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:13:01.240Z||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-11T04:13:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:13:01.242Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:13:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:13:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:13:01.284Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:13:01.284Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.285Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971802418, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-11T04:13:01.285Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971803430, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d51fa088-dffd-4ea0-9b2c-7cb824db8b87", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971835500, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:13:01.286Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:13:01.287Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.287Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.287Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.287Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.287Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.288Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.288Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.288Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.288Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.288Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.289Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.289Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.289Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.289Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.289Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.290Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.290Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.290Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.290Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.290Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.291Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971724845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-11T04:13:01.292Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-11T04:13:01.292Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.292Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971845821, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-11T04:13:01.292Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:13:01.292Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:13:01.293Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971847864, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-11T04:13:01.293Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:13:10.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:14:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:14:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T04:14:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:14:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:14:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:14:01.244Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:14:01.784Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:14:01.785Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-11T04:14:01.785Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c47591ab-b403-46de-85a8-8252bc4d04cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1646971879086, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-11T04:14:01.786Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-11T04:14:10.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:15:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:15:01.239Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T04:15:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:15:01.242Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:15:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:15:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:15:10.815Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:15:10.815Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:16:01.239Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:16:01.240Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-11T04:16:01.240Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VMh5JQz35BsBZj0c) ... 2022-03-11T04:16:01.242Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:16:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:16:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:16:10.797Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:16:10.798Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:17:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:17:01.240Z||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-11T04:17:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:17:01.243Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:17:01.243Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:17:01.243Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:17:10.815Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:17:10.837Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:18:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:18:01.240Z||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-11T04:18:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:18:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:18:01.243Z||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-11T04:18:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:18:10.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:18:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:19:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:19:01.240Z||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-11T04:19:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:19:01.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:19:01.243Z||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-11T04:19:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:19:10.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:19:10.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:20:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:20:01.241Z||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-11T04:20:01.241Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:20:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:20:01.243Z||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-11T04:20:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:20:10.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:20:10.794Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:21:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:21:01.240Z||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-11T04:21:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:21:01.243Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:21:01.244Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T04:21:01.244Z|21462fa7-770c-425a-952a-260fed79a2e3|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:21:10.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:21:10.792Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:22:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:22:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:22:01.246Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:22:01.246Z||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-11T04:22:01.246Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:22:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:22:10.801Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:22:10.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:23:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:23:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:23:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:23:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:23:01.243Z||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-11T04:23:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:23:10.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:23:10.791Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:24:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:24:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:24:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:24:01.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:24:01.243Z||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-11T04:24:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:24:10.789Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:24:10.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:25:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:25:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:25:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:25:01.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:25:01.243Z||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-11T04:25:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:25:10.793Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:25:10.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:26:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:26:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:26:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:26:01.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:26:01.243Z||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-11T04:26:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:26:10.804Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:26:10.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:27:01.239Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:27:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:27:01.240Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:27:01.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:27:01.243Z||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-11T04:27:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:27:10.805Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:27:10.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:28:01.239Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:28:01.243Z||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-11T04:28:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:28:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:28:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:28:01.244Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:28:10.799Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:28:10.840Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:29:01.239Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:29:01.240Z||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-11T04:29:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:29:01.242Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:29:01.243Z|21462fa7-770c-425a-952a-260fed79a2e3|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-11T04:29:01.243Z|21462fa7-770c-425a-952a-260fed79a2e3|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:29:10.799Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:29:10.808Z|21462fa7-770c-425a-952a-260fed79a2e3|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:30:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:30:01.240Z||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-11T04:30:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:30:01.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:30:01.244Z||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-11T04:30:01.244Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:30:10.799Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:30:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:31:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:31:01.240Z||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-11T04:31:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:31:01.243Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:31:01.244Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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-11T04:31:01.244Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:31:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:31:10.804Z|2233d2ba-f87a-4174-9d56-dc43c574cd9f|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:32:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:32:01.240Z||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-11T04:32:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:32:01.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:32:01.243Z||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-11T04:32:01.243Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:32:10.784Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:32:10.795Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:32:34.494Z||http-nio-8085-exec-9|||||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-11T04:33:01.239Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:33:01.240Z||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-11T04:33:01.240Z||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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:33:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-11T04:33:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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-11T04:33:01.243Z|c47591ab-b403-46de-85a8-8252bc4d04cb|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 VMh5JQz35BsBZj0c) ... 2022-03-11T04:33:10.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-11T04:33:10.814Z|c47591ab-b403-46de-85a8-8252bc4d04cb|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK