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-04-05T03:12:04.292Z||main|||||INFO|500||The following profiles are active: basic 2022-04-05T03:12:17.607Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-05T03:12:17.608Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-05T03:12:17.802Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-05T03:12:22.918Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-05T03:12:23.367Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-05T03:12:23.910Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-05T03:12:23.923Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-05T03:12:24.081Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-05T03:12:24.329Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-05T03:12:25.138Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-05T03:12:26.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-05T03:12:30.070Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-05T03:12:30.145Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-05T03:12:30.807Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-05T03:12:30.949Z||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-04-05T03:12:32.661Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-05T03:12:34.073Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-05T03:12:34.105Z||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$$fa32a587.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-04-05T03:12:34.107Z||main|||||WARN|500||The sdc end point is not alive 2022-04-05T03:12:38.468Z||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-04-05T03:12:41.988Z||main|||||WARN|500||--- 2022-04-05T03:12:41.989Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-05T03:12:41.990Z||main|||||WARN|500||--- 2022-04-05T03:12:42.552Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-05T03:12:48.487Z||main|||||INFO|500||Started Application in 48.37 seconds (JVM running for 50.913) 2022-04-05T03:12:48.515Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-05T03:12:48.517Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-05T03:12:48.530Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-05T03:12:48.559Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-05T03:12:48.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5289c884-a96c-48ab-bb20-5653b3d3ee64 url= /sdc/v1/artifactTypes 2022-04-05T03:12:48.613Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-05T03:12:48.957Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-05T03:12:48.982Z||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-04-05T03:12:49.005Z||scheduling-1|||||DEBUG|500||create keys 2022-04-05T03:12:49.014Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-05T03:12:49.052Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:12:49.076Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a4223347-fdce-47f6-aee2-df8b15111d01 url= /sdc/v1/registerForDistribution 2022-04-05T03:12:49.312Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a4223347-fdce-47f6-aee2-df8b15111d01 url= /sdc/v1/registerForDistribution 2022-04-05T03:12:49.312Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-05T03:12:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:12:49.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:12:49.331Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-05T03:12:49.332Z||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-04-05T03:12:49.332Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:12:49.332Z||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-04-05T03:12:49.332Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:12:59.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:12:59.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:13:49.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:13:49.321Z||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-04-05T03:13:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:13:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:13:49.323Z||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-04-05T03:13:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:13:58.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:13:58.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:14:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:14:49.321Z||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-04-05T03:14:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:14:49.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:14:49.323Z||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-04-05T03:14:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:14:58.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:14:58.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:15:49.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:15:49.321Z||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-04-05T03:15:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:15:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:15:49.323Z||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-04-05T03:15:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:15:58.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:15:58.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:16:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:16:49.321Z||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-04-05T03:16:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:16:49.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:16:49.324Z||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-04-05T03:16:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:16:58.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:16:58.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:17:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:17:49.321Z||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-04-05T03:17:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:17:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:17:49.323Z||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-04-05T03:17:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:17:58.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:17:58.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:18:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:18:49.321Z||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-04-05T03:18:49.322Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:18:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:18:49.323Z||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-04-05T03:18:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:18:58.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:18:58.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:19:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:19:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:19:49.323Z||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-04-05T03:19:49.323Z||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-04-05T03:19:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:19:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:19:58.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:19:58.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:20:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:20:49.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:20:49.324Z||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-04-05T03:20:49.324Z||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-04-05T03:20:49.325Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:20:49.325Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:20:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:20:58.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:21:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:21:49.321Z||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-04-05T03:21:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:21:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:21:49.324Z||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-04-05T03:21:49.325Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:21:58.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:21:58.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:22:10.756Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-05T03:22:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:22:49.321Z||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-04-05T03:22:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:22:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:22:49.323Z||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-04-05T03:22:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:22:58.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:22:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:23:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:23:49.321Z||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-04-05T03:23:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:23:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:23:49.323Z||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-04-05T03:23:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:23:58.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:23:58.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:24:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:24:49.321Z||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-04-05T03:24:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:24:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:24:49.323Z||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-04-05T03:24:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:24:58.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:24:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:25:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:25:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:25:49.323Z||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-04-05T03:25:49.323Z||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-04-05T03:25:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:25:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:25:58.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:25:58.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:26:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:26:49.321Z||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-04-05T03:26:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:26:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:26:49.323Z||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-04-05T03:26:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:26:58.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:26:58.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:27:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:27:49.321Z||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-04-05T03:27:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:27:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:27:49.323Z||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-04-05T03:27:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:27:58.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:27:58.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:28:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:28:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:28:49.324Z||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-04-05T03:28:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:28:49.324Z||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-04-05T03:28:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:28:58.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:28:58.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:29:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:29:49.321Z||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-04-05T03:29:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:29:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:29:49.323Z||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-04-05T03:29:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:29:58.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:29:58.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:30:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:30:49.321Z||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-04-05T03:30:49.322Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:30:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:30:49.323Z||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-04-05T03:30:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:30:58.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:30:58.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:31:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:31:49.321Z||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-04-05T03:31:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:31:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:31:49.323Z||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-04-05T03:31:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:31:58.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:31:58.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:32:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:32:49.321Z||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-04-05T03:32:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:32:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:32:49.323Z||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-04-05T03:32:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:32:58.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:32:58.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:33:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:33:49.321Z||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-04-05T03:33:49.322Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:33:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:33:49.323Z||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-04-05T03:33:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:33:58.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:33:58.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:34:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:34:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:34:49.323Z||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-04-05T03:34:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:34:49.323Z||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-04-05T03:34:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:34:58.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:34:58.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:35:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:35:49.321Z||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-04-05T03:35:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:35:49.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:35:49.323Z||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-04-05T03:35:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:35:58.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:35:58.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:36:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:36:49.321Z||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-04-05T03:36:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:36:49.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:36:49.324Z||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-04-05T03:36:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:36:58.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:36:58.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:37:49.321Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:37:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:37:49.324Z||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-04-05T03:37:49.324Z||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-04-05T03:37:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:37:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:37:58.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:37:58.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:38:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:38:49.321Z||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-04-05T03:38:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:38:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:38:49.323Z||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-04-05T03:38:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:38:58.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:38:58.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:39:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:39:49.321Z||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-04-05T03:39:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:39:49.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:39:49.324Z||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-04-05T03:39:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:39:58.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:39:58.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:40:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:40:49.321Z||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-04-05T03:40:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:40:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:40:49.323Z||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-04-05T03:40:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:40:58.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:40:58.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:41:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:41:49.321Z||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-04-05T03:41:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:41:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:41:49.323Z||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-04-05T03:41:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:41:58.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:41:58.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:42:49.321Z||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-04-05T03:42:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:42:49.323Z||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-04-05T03:42:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:49.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:49.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:49.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T03:42:49.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6eb43ab5-8adf-4444-b009-0ac6f5409f50","serviceName":"vFW 2022-04-05 03-39-15","serviceVersion":"1.0","serviceUUID":"8c54d78d-2bd5-43b6-a6ed-f645e86fbc74","serviceDescription":"catalog service description","serviceInvariantUUID":"9f7848f6-ab14-4915-8475-550a1ccccbfe","resources":[{"resourceInstanceName":"vFW 27bc5ce2-0c4d 0","resourceName":"vFW 27bc5ce2-0c4d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdcc0d0d-128a-4a61-a0a0-dcb50bc88256","resourceInvariantUUID":"a1d78476-5e52-4bc2-a347-87de0284c344","resourceCustomizationUUID":"5a0e38ed-ea08-4efb-81c4-951bd0a26ddf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml","artifactChecksum":"NmJlMjg4YjY1YWRkODA3NjlhMGZjMzYxZDNhNmFlYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aa14e2b-431a-4fa2-9601-4d83bbaa53d5","artifactVersion":"1"},{"artifactName":"vfw27bc5ce20c4d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json","artifactChecksum":"OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7febdf04-c5e9-4802-b067-726f870475d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10c2027c-4228-4d79-b5ac-91384feb071d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODRlMWNlYWY4YWUyMmJhNjQyZWZiZWVmODQwYmI1YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f8b7c25-80e2-4826-9035-1a7408884dc1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00729650-6b1d-4ffc-a16f-d6c5afd8b15c","artifactVersion":"2","generatedFromUUID":"10c2027c-4228-4d79-b5ac-91384feb071d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220405033915-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml","artifactChecksum":"OWNkNTA3YmNjNWUwMTQwZmE1ZGRhMTA2NzhhNTkxZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12fd0019-82e4-4d31-9ea8-352ac7a9e5fd","artifactVersion":"1"},{"artifactName":"service-Vfw20220405033915-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar","artifactChecksum":"Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d26be46-818f-41ff-ba74-2f2a10f2e666","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T03:42:49.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:49.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.004Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:50.004Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:42:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-05T03:42:50.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-05T03:42:50.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-05T03:42:50.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130121149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130119492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "ves-openapi-manager", "timestamp": 1649130122167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130135432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130135769, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130129969, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130136778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130136858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "policy-id", "timestamp": 1649130137784, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-04-05T03:42:50.104Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-04-05T03:42:50.110Z||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-04-05T03:42:50.111Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:42:50.129Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:50.130Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-05T03:42:50.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:42:50.303Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130138075, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130138252, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "cds", "timestamp": 1649130139100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-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-04-05T03:42:50.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:42:50.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130131763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130139308, "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-04-05T03:42:50.364Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:42:50.364Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "multicloud-k8s-id", "timestamp": 1649130140312, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130140054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:42:50.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "dcae-sch", "timestamp": 1649130137755, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-05T03:42:50.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-05T03:42:50.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130146712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130141556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130147717, "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-04-05T03:42:50.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:42:50.405Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-05T03:42:50.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "ves-openapi-manager", "timestamp": 1649130142167, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130141321, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130139492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130144972, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130151827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130152154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130152937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130153158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130153118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "cds", "timestamp": 1649130153949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-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-04-05T03:42:50.447Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:42:50.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "policy-id", "timestamp": 1649130154162, "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-04-05T03:42:50.460Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:42:50.460Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130153847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130154435, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130155457, "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-04-05T03:42:50.475Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:42:50.475Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "multicloud-k8s-id", "timestamp": 1649130156463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130159034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130161058, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "clamp", "timestamp": 1649130162066, "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-04-05T03:42:50.498Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:42:50.499Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "dcae-sch", "timestamp": 1649130157755, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:50.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:50.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:42:50.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130161763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:50.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:42:51.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:51.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:51.014Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:51.014Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:42:51.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:42:51.116Z||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-04-05T03:42:51.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:51.127Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:51.128Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:42:52.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:52.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:52.018Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:52.018Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-05T03:42:52.118Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:42:52.119Z||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-04-05T03:42:52.120Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:52.128Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:52.129Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:42:53.019Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:53.020Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:53.023Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:53.023Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:53.123Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:42:53.124Z||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-04-05T03:42:53.124Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:53.134Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:53.135Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:42:54.024Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:54.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:54.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:54.027Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-05T03:42:54.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:42:54.128Z||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-04-05T03:42:54.128Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:54.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:54.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:42:55.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:55.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:55.031Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:55.032Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:42:55.132Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:42:55.133Z||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-04-05T03:42:55.133Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:55.143Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:55.144Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:42:56.032Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:42:56.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:56.036Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:56.036Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:42:56.136Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:42:56.137Z||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-04-05T03:42:56.137Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:56.149Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:56.150Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:42:57.038Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "serviceName": "vFW 2022-04-05 03-39-15", "serviceVersion": "1.0", "serviceUUID": "8c54d78d-2bd5-43b6-a6ed-f645e86fbc74", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9f7848f6-ab14-4915-8475-550a1ccccbfe", "resources": [ { "resourceInstanceName": "vFW 27bc5ce2-0c4d 0", "resourceCustomizationUUID": "5a0e38ed-ea08-4efb-81c4-951bd0a26ddf", "resourceName": "vFW 27bc5ce2-0c4d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cdcc0d0d-128a-4a61-a0a0-dcb50bc88256", "resourceInvariantUUID": "a1d78476-5e52-4bc2-a347-87de0284c344", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw27bc5ce20c4d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "artifactChecksum": "OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7febdf04-c5e9-4802-b067-726f870475d6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "10c2027c-4228-4d79-b5ac-91384feb071d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "00729650-6b1d-4ffc-a16f-d6c5afd8b15c", "generatedFromUUID": "10c2027c-4228-4d79-b5ac-91384feb071d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "00729650-6b1d-4ffc-a16f-d6c5afd8b15c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220405033915-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "artifactChecksum": "Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d26be46-818f-41ff-ba74-2f2a10f2e666" } ], "workloadContext": "Production" } 2022-04-05T03:42:57.039Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T03:42:57.040Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 ASDC 2022-04-05T03:42:57.169Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6eb43ab5-8adf-4444-b009-0ac6f5409f50 ServiceName:vFW 2022-04-05 03-39-15 ServiceVersion:1.0 ServiceUUID:8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 ServiceInvariantUUID:9f7848f6-ab14-4915-8475-550a1ccccbfe ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220405033915-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar ArtifactUUID:3d26be46-818f-41ff-ba74-2f2a10f2e666 ArtifactChecksum:Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 27bc5ce2-0c4d 0 ResourceCustomizationUUID:5a0e38ed-ea08-4efb-81c4-951bd0a26ddf ResourceInvariantUUID:a1d78476-5e52-4bc2-a347-87de0284c344 ResourceName:vFW 27bc5ce2-0c4d ResourceType:VF ResourceUUID:cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw27bc5ce20c4d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json ArtifactUUID:7febdf04-c5e9-4802-b067-726f870475d6 ArtifactChecksum:OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA= 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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml ArtifactUUID:10c2027c-4228-4d79-b5ac-91384feb071d 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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ArtifactUUID:00729650-6b1d-4ffc-a16f-d6c5afd8b15c 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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ArtifactUUID:00729650-6b1d-4ffc-a16f-d6c5afd8b15c ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-05T03:42:57.170Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 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-04-05T03:42:57.229Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:42:57.231Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:42:57.232Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:42:57.233Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d26be46-818f-41ff-ba74-2f2a10f2e666 from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:57.233Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:42:57.235Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:57.621Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:42:57.646Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 3d26be46-818f-41ff-ba74-2f2a10f2e666 98966 2022-04-05T03:42:57.649Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar ASDC sendASDCNotification 2022-04-05T03:42:57.649Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:57.650Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:42:57.651Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:42:57.654Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:42:57.654Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130177647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:42:57.754Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:42:57.755Z||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-04-05T03:42:57.756Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:42:57.766Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:42:57.766Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:42:58.655Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:42:58.656Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:42:58.656Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3d26be46-818f-41ff-ba74-2f2a10f2e666, URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar to file: /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:58.657Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220405033915-csar.csar 2022-04-05T03:42:58.742Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:58.743Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:42:59.435Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3671190546276179239/Definitions/service-Vfw20220405033915-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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-04-05T03:43:02.185Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 27bc5ce2-0c4d 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-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.192Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:02.192Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:43:02.198Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.199Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.203Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:02.204Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:43:02.205Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.211Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=493ccf5a-bcb8-48e3-8a98-f6995874145b 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6cebbf-0fb0-4836-9d02-009df6601374 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5361e7e9-9a46-4e0e-bcba-a6d8b719226f 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-05 03-39-15 Description:catalog service description Model UUID:8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 Model Version:NULL Model InvariantUuid:9f7848f6-ab14-4915-8475-550a1ccccbfe Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 27bc5ce2-0c4d Model UUID:49228098-0bef-4fbf-8eff-8822b90f9cf6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:a1d78476-5e52-4bc2-a347-87de0284c344 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5a0e38ed-ea08-4efb-81c4-951bd0a26ddf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c9638e6e-525a-4694-a5e4-0e5eb0d69f32 ModelName:Vfw27bc5ce20c4d..base_vfw..module-0 ModelUuid:52aa9efc-ca22-4579-b568-803ea3df0429 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:493ccf5a-bcb8-48e3-8a98-f6995874145b ModelInvariantUuid:0b7afc66-9ca2-443c-8144-9dd57f3d11fe ModelName:vFW 27bc5ce2-0c4d-nodes.vfwCvfc ModelUuid:e14dc4e6-39a5-4d34-a064-cd8823b5601e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0818890c-e638-4c1f-85dc-ba1218d09ebb ModelInvariantUuid:b8faf119-4adb-40e5-b269-aea9649e93a8 ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vfw ModelUuid:229a7042-f656-468d-bff2-88f8932593aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ab6cebbf-0fb0-4836-9d02-009df6601374 ModelInvariantUuid:08cef232-f968-40ac-9ccf-6b59babb4de5 ModelName:vFW 27bc5ce2-0c4d-nodes.vsnCvfc ModelUuid:63636fcb-bb2f-467f-a60a-adaaf014ac75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:38ad50ad-30f6-4ca4-8042-9ed615d506ab ModelInvariantUuid:2e1d7b9f-d0f3-4206-ac70-2ebff338cacc ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vsn ModelUuid:0ecb5abe-8de9-4ad9-92d1-3233c7f245fa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5361e7e9-9a46-4e0e-bcba-a6d8b719226f ModelInvariantUuid:a0ad757b-b089-4cf5-985a-b047c6985827 ModelName:vFW 27bc5ce2-0c4d-nodes.vpgCvfc ModelUuid:586299f4-a851-48b0-8ddd-1bdaacdb0225 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c1fa9d9a-17ff-46bf-b334-26789d9a6c07 ModelInvariantUuid:fca52dc3-d7ab-47e0-85a0-92b67af06d04 ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vpg ModelUuid:769097bb-910b-4244-a4a9-b94bae1918f1 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-04-05T03:43:02.238Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 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-04-05T03:43:02.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||vFW 27bc5ce2-0c4d 0 2022-04-05T03:43:02.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7febdf04-c5e9-4802-b067-726f870475d6 from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 2022-04-05T03:43:02.487Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:43:02.487Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 7febdf04-c5e9-4802-b067-726f870475d6 785 2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json ASDC sendASDCNotification 2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:02.491Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:02.491Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130182488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:43:02.592Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T03:43:02.594Z||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-04-05T03:43:02.594Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:02.653Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:02.654Z||pool-11-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:43:03.493Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw27bc5ce20c4d..base_vfw..module-0", "vfModuleModelInvariantUUID": "c9638e6e-525a-4694-a5e4-0e5eb0d69f32", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52aa9efc-ca22-4579-b568-803ea3df0429", "vfModuleModelCustomizationUUID": "74781c1d-3127-4abb-8090-6f5d8e8c3865", "isBase": true, "artifacts": [ "10c2027c-4228-4d79-b5ac-91384feb071d", "00729650-6b1d-4ffc-a16f-d6c5afd8b15c" ], "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-04-05T03:43:03.509Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw27bc5ce20c4d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52aa9efc-ca22-4579-b568-803ea3df0429 VfModuleModelInvariantUUID:c9638e6e-525a-4694-a5e4-0e5eb0d69f32 VfModuleModelDescription:NULL Artifacts UUID List:{ 10c2027c-4228-4d79-b5ac-91384feb071d , 00729650-6b1d-4ffc-a16f-d6c5afd8b15c } 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-04-05T03:43:03.513Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw27bc5ce20c4d..base_vfw..module-0", "vfModuleModelInvariantUUID": "c9638e6e-525a-4694-a5e4-0e5eb0d69f32", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52aa9efc-ca22-4579-b568-803ea3df0429", "vfModuleModelCustomizationUUID": "74781c1d-3127-4abb-8090-6f5d8e8c3865", "isBase": true, "artifacts": [ "10c2027c-4228-4d79-b5ac-91384feb071d", "00729650-6b1d-4ffc-a16f-d6c5afd8b15c" ], "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-04-05T03:43:03.513Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw27bc5ce20c4d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52aa9efc-ca22-4579-b568-803ea3df0429 VfModuleModelInvariantUUID:c9638e6e-525a-4694-a5e4-0e5eb0d69f32 VfModuleModelDescription:NULL Artifacts UUID List:{ 10c2027c-4228-4d79-b5ac-91384feb071d , 00729650-6b1d-4ffc-a16f-d6c5afd8b15c } 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-04-05T03:43:03.514Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10c2027c-4228-4d79-b5ac-91384feb071d from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 2022-04-05T03:43:03.514Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:43:03.515Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 2022-04-05T03:43:03.690Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:43:03.691Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 10c2027c-4228-4d79-b5ac-91384feb071d 20368 2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:43:03.693Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:03.695Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:03.695Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130183692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:43:03.795Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:43:03.796Z||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-04-05T03:43:03.796Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:03.805Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:03.805Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:43:04.696Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00729650-6b1d-4ffc-a16f-d6c5afd8b15c from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 2022-04-05T03:43:04.697Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:43:04.697Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 2022-04-05T03:43:04.983Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 00729650-6b1d-4ffc-a16f-d6c5afd8b15c 2098 2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:43:04.985Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:04.987Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:04.987Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130184984, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:43:05.087Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:43:05.088Z||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-04-05T03:43:05.089Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:05.099Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:05.100Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:43:05.989Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 2022-04-05T03:43:05.990Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 27bc5ce2-0c4d 0 cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 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-04-05T03:43:06.025Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@520ceca5, org.onap.sdc.toscaparser.api.parameters.Input@6c910a8a, org.onap.sdc.toscaparser.api.parameters.Input@6ff24233, org.onap.sdc.toscaparser.api.parameters.Input@29c6e649, org.onap.sdc.toscaparser.api.parameters.Input@1c9a4e10] 2022-04-05T03:43:06.028Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.028Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf 2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf matches Tosca VF Customization UUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf 2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf 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-04-05T03:43:06.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf: {\"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-04-05T03:43:06.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12feef8b 2022-04-05T03:43:06.038Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.038Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:43:06.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74781c1d-3127-4abb-8090-6f5d8e8c3865 2022-04-05T03:43:06.040Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74781c1d-3127-4abb-8090-6f5d8e8c3865 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-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:06.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.052Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=493ccf5a-bcb8-48e3-8a98-f6995874145b 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-04-05T03:43:06.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6cebbf-0fb0-4836-9d02-009df6601374 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-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria 2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-05T03:43:06.082Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5361e7e9-9a46-4e0e-bcba-a6d8b719226f 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-04-05T03:43:06.085Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.085Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.086Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:43:06.086Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.087Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria 2022-04-05T03:43:06.087Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=5a0e38ed-ea08-4efb-81c4-951bd0a26ddf 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-04-05T03:43:06.089Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.090Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.090Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74: vFW 27bc5ce2-0c4d 2022-04-05T03:43:06.091Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.091Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:43:06.094Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:43:06.094Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-05 03-39-15 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-04-05T03:43:06.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 27bc5ce2-0c4d cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 1 ASDC deployResourceStructure 2022-04-05T03:43:06.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json ASDC sendASDCNotification 2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:06.340Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:06.340Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130186337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:43:06.440Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:43:06.441Z||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-04-05T03:43:06.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:06.450Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:06.451Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:43:07.341Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-05T03:43:07.342Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 2022-04-05T03:43:07.342Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:43:07.343Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:07.345Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:07.345Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130187340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:43:07.445Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:43:07.446Z||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-04-05T03:43:07.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:07.459Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:07.461Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:43:08.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:08.348Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:08.349Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130188345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-05T03:43:08.449Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:43:08.450Z||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-04-05T03:43:08.450Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:08.459Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:08.459Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar ASDC sendASDCNotification 2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:43:09.353Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:43:09.353Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130189349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:43:09.453Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:43:09.455Z||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-04-05T03:43:09.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:09.467Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:09.468Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:43:10.354Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:43:10.368Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:43:40.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:43:40.383Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:43:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:43:49.323Z||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-04-05T03:43:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:43:49.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:43:49.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:43:49.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130170042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:43:49.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:10.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:44:10.400Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:44:10.404Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:44:10.404Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:44:10.405Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:44:40.405Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:44:40.417Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:44:40.420Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:44:40.420Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:44:40.421Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:44:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:44:49.324Z||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-04-05T03:44:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:44:49.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:44:49.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130172688, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130173692, "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-04-05T03:44:49.860Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:44:49.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:44:49.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130174146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "aai-ml", "timestamp": 1649130175153, "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-04-05T03:44:49.877Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50 2022-04-05T03:44:49.877Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:44:49.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130171555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130177647, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130145767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130182488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130183315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130184029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130183692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130184984, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130186044, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "clamp", "timestamp": 1649130187048, "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-04-05T03:44:49.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:44:49.901Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:44:49.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130186337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130187340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130188345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130189349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130190737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "aai-ml", "timestamp": 1649130191741, "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-04-05T03:44:49.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802 2022-04-05T03:44:49.918Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:45:10.421Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:45:10.435Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:45:10.445Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T03:45:40.445Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:45:40.459Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 and serviceModelVersionId: 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 2022-04-05T03:45:40.459Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f7848f6-ab14-4915-8475-550a1ccccbfe 2022-04-05T03:45:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:45:49.324Z||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-04-05T03:45:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:45:55.799Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0 2022-04-05T03:45:55.915Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T03:45:56.450Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|INFO|500||Invoke 2022-04-05T03:45:56.462Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60c3ab21-9809-40b0-8643-54d47f6d65f8], X-ECOMP-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], X-TransactionId=[], X-ONAP-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], Content-Type=[application/merge-patch+json]} 2022-04-05T03:45:56.581Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T03:45:56.996Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?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/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-03:45:57:028-36532], vertex-id=[385256], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:45:57 GMT], Content-Type=[application/json]} 2022-04-05T03:45:56.998Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T03:45:56.999Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|INFO|500||InvokeReturn 2022-04-05T03:45:57.005Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T03:45:57.006Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T03:45:57.014Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T03:45:57.016Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6eb43ab5-8adf-4444-b009-0ac6f5409f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T03:45:57.017Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T03:45:57.018Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:45:57.021Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:45:57.021Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130357016, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:45:57.121Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:45:57.123Z||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-04-05T03:45:57.123Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:45:57.135Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:45:57.136Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:45:57.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:45:57.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-05T03:45:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130357016, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:45:57.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:45:58.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T03:45:58.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3642536a-200a-4e54-85cd-d0386199a802","serviceName":"basic_onboard_HWzyfu","serviceVersion":"1.0","serviceUUID":"a4ce4379-db2c-473e-bef5-a0ff59a12617","serviceDescription":"service","serviceInvariantUUID":"8f7c7ade-6db5-4627-b303-c05e9dac92c0","resources":[{"resourceInstanceName":"basic_onboard_HWzyfu 0","resourceName":"basic_onboard_HWzyfu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4c949d2-87ea-42ed-9d11-34d65b15a129","resourceInvariantUUID":"18fe5cef-4636-41a4-bda6-d8bc597506d2","resourceCustomizationUUID":"fe472b1c-2f47-4148-8593-be0fa77bfd26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml","artifactChecksum":"MzRjOTI1MDQ1OGVmNzA4NjE3MWY2ZDFhY2ExNTI4YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"459137df-c5c0-4428-ba98-a540cb150283","artifactVersion":"1"},{"artifactName":"basic_onboard_hwzyfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json","artifactChecksum":"ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37384da9-a745-4f67-9a86-1dd6b74bf5b8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6245a536-6ea7-41f3-8755-fbf8a8f49fea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"010aa3ff-8ada-4b28-9c9e-1e3ac0dbb870","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24fd367a-fb2c-4fdb-ba08-65bbacd2cedd","artifactVersion":"2","generatedFromUUID":"6245a536-6ea7-41f3-8755-fbf8a8f49fea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHwzyfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml","artifactChecksum":"ZjJmNWRkOWNjNDk4ZTUwMzBiYzFlYTZmOTg3ZDI1MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96ce1b23-2959-4aa1-b074-fa671c47a507","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHwzyfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar","artifactChecksum":"MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46627be0-3dc7-4c6b-9ca3-c15c706476e3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T03:45:58.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:45:58.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:45:58.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:45:58.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:45:58.140Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:45:58.141Z||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-04-05T03:45:58.141Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:45:58.151Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:45:58.152Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:45:59.040Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:45:59.044Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:45:59.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:45:59.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:45:59.148Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:45:59.150Z||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-04-05T03:45:59.150Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:45:59.177Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:45:59.178Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:00.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:46:00.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:00.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:00.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-05T03:46:00.151Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:00.152Z||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-04-05T03:46:00.152Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:00.161Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:00.162Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:01.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:46:01.053Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:01.055Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:01.056Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:46:01.156Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:01.157Z||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-04-05T03:46:01.157Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:01.170Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:01.171Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:02.056Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:46:02.057Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:02.059Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:02.059Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-05T03:46:02.159Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:46:02.161Z||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-04-05T03:46:02.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:02.171Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:02.172Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:03.060Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:46:03.061Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:03.063Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:03.063Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:46:03.164Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:46:03.165Z||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-04-05T03:46:03.165Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:03.177Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:03.178Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:04.064Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:46:04.065Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:04.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:04.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:46:04.168Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:04.169Z||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-04-05T03:46:04.169Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:04.178Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:04.178Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:46:05.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "serviceName": "basic_onboard_HWzyfu", "serviceVersion": "1.0", "serviceUUID": "a4ce4379-db2c-473e-bef5-a0ff59a12617", "serviceDescription": "service", "serviceInvariantUUID": "8f7c7ade-6db5-4627-b303-c05e9dac92c0", "resources": [ { "resourceInstanceName": "basic_onboard_HWzyfu 0", "resourceCustomizationUUID": "fe472b1c-2f47-4148-8593-be0fa77bfd26", "resourceName": "basic_onboard_HWzyfu", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c4c949d2-87ea-42ed-9d11-34d65b15a129", "resourceInvariantUUID": "18fe5cef-4636-41a4-bda6-d8bc597506d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hwzyfu0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "artifactChecksum": "ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37384da9-a745-4f67-9a86-1dd6b74bf5b8", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6245a536-6ea7-41f3-8755-fbf8a8f49fea", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd", "generatedFromUUID": "6245a536-6ea7-41f3-8755-fbf8a8f49fea" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHwzyfu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "artifactChecksum": "MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46627be0-3dc7-4c6b-9ca3-c15c706476e3" } ], "workloadContext": "Production" } 2022-04-05T03:46:05.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T03:46:05.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4ce4379-db2c-473e-bef5-a0ff59a12617 ASDC 2022-04-05T03:46:05.072Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3642536a-200a-4e54-85cd-d0386199a802 ServiceName:basic_onboard_HWzyfu ServiceVersion:1.0 ServiceUUID:a4ce4379-db2c-473e-bef5-a0ff59a12617 ServiceInvariantUUID:8f7c7ade-6db5-4627-b303-c05e9dac92c0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHwzyfu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar ArtifactUUID:46627be0-3dc7-4c6b-9ca3-c15c706476e3 ArtifactChecksum:MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HWzyfu 0 ResourceCustomizationUUID:fe472b1c-2f47-4148-8593-be0fa77bfd26 ResourceInvariantUUID:18fe5cef-4636-41a4-bda6-d8bc597506d2 ResourceName:basic_onboard_HWzyfu ResourceType:VF ResourceUUID:c4c949d2-87ea-42ed-9d11-34d65b15a129 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hwzyfu0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json ArtifactUUID:37384da9-a745-4f67-9a86-1dd6b74bf5b8 ArtifactChecksum:ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc= 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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml ArtifactUUID:6245a536-6ea7-41f3-8755-fbf8a8f49fea 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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ArtifactUUID:24fd367a-fb2c-4fdb-ba08-65bbacd2cedd 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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ArtifactUUID:24fd367a-fb2c-4fdb-ba08-65bbacd2cedd ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-05T03:46:05.072Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4ce4379-db2c-473e-bef5-a0ff59a12617 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-04-05T03:46:05.112Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:46:05.113Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 46627be0-3dc7-4c6b-9ca3-c15c706476e3 from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:46:05.115Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:05.782Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:46:05.786Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 46627be0-3dc7-4c6b-9ca3-c15c706476e3 71561 2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar ASDC sendASDCNotification 2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:46:05.788Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:05.790Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:05.790Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130365787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:46:05.891Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:46:05.892Z||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-04-05T03:46:05.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:05.902Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:05.903Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:06.791Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:46:06.792Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 46627be0-3dc7-4c6b-9ca3-c15c706476e3, URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:06.794Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:06.921Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2598600615788382166/Definitions/service-BasicOnboardHwzyfu-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-04-05T03:46:08.180Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HWzyfu 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-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria 2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria 2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=031d8e40-ce01-4f57-8867-1bed6e9a1a39 2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HWzyfu Description:service Model UUID:a4ce4379-db2c-473e-bef5-a0ff59a12617 Model Version:NULL Model InvariantUuid:8f7c7ade-6db5-4627-b303-c05e9dac92c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HWzyfu Model UUID:a7699587-7dcf-4138-bf7b-6189376a7ee9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:18fe5cef-4636-41a4-bda6-d8bc597506d2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fe472b1c-2f47-4148-8593-be0fa77bfd26 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88536619-2a86-444a-a204-91f2609cb803 ModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0 ModelUuid:5e0ae253-ea6f-4b8a-99c3-92e040d102aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:031d8e40-ce01-4f57-8867-1bed6e9a1a39 ModelInvariantUuid:b79a425d-aa9a-4bac-8d76-fb3b131f4adb ModelName:basic_onboard_HWzyfu-nodes.ubuntu18Cvfc ModelUuid:02ae4020-dd89-4ea9-9d17-72a4b9757bb5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:479215b0-ce35-4860-9a3c-0567fc0f2587 ModelInvariantUuid:80e6bd04-203f-4748-b3f8-f170c70251a6 ModelName:BasicOnboardHwzyfu.compute.nodes.heat.ubuntu18 ModelUuid:5e42c429-0ac8-460c-845d-fbaeb5177bb0 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-04-05T03:46:08.199Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c4c949d2-87ea-42ed-9d11-34d65b15a129 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-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||basic_onboard_HWzyfu 0 2022-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4c949d2-87ea-42ed-9d11-34d65b15a129 2022-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 37384da9-a745-4f67-9a86-1dd6b74bf5b8 from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 2022-04-05T03:46:08.203Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:46:08.203Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 2022-04-05T03:46:08.252Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:46:08.253Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 37384da9-a745-4f67-9a86-1dd6b74bf5b8 798 2022-04-05T03:46:08.253Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json ASDC sendASDCNotification 2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:08.256Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:08.256Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130368253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:46:08.356Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:46:08.358Z||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-04-05T03:46:08.359Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:08.375Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:08.376Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:09.258Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHwzyfu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "88536619-2a86-444a-a204-91f2609cb803", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e0ae253-ea6f-4b8a-99c3-92e040d102aa", "vfModuleModelCustomizationUUID": "60cfe1dc-fe10-47bc-aacb-c372b7c5e362", "isBase": true, "artifacts": [ "6245a536-6ea7-41f3-8755-fbf8a8f49fea", "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd" ], "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-04-05T03:46:09.262Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e0ae253-ea6f-4b8a-99c3-92e040d102aa VfModuleModelInvariantUUID:88536619-2a86-444a-a204-91f2609cb803 VfModuleModelDescription:NULL Artifacts UUID List:{ 6245a536-6ea7-41f3-8755-fbf8a8f49fea , 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd } 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-04-05T03:46:09.264Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHwzyfu..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "88536619-2a86-444a-a204-91f2609cb803", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e0ae253-ea6f-4b8a-99c3-92e040d102aa", "vfModuleModelCustomizationUUID": "60cfe1dc-fe10-47bc-aacb-c372b7c5e362", "isBase": true, "artifacts": [ "6245a536-6ea7-41f3-8755-fbf8a8f49fea", "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd" ], "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-04-05T03:46:09.264Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e0ae253-ea6f-4b8a-99c3-92e040d102aa VfModuleModelInvariantUUID:88536619-2a86-444a-a204-91f2609cb803 VfModuleModelDescription:NULL Artifacts UUID List:{ 6245a536-6ea7-41f3-8755-fbf8a8f49fea , 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd } 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-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6245a536-6ea7-41f3-8755-fbf8a8f49fea from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 2022-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 2022-04-05T03:46:09.312Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 6245a536-6ea7-41f3-8755-fbf8a8f49fea 5033 2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:09.315Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:09.315Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130369313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:46:09.416Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:09.416Z||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-04-05T03:46:09.417Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:09.427Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:09.427Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:10.316Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 2022-04-05T03:46:10.316Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:46:10.317Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 2022-04-05T03:46:10.372Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd 909 2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:10.375Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:10.375Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130370373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:46:10.475Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:10.477Z||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-04-05T03:46:10.477Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:10.487Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:10.487Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:11.376Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a4ce4379-db2c-473e-bef5-a0ff59a12617 2022-04-05T03:46:11.377Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HWzyfu 0 c4c949d2-87ea-42ed-9d11-34d65b15a129 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-04-05T03:46:11.389Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2233064, org.onap.sdc.toscaparser.api.parameters.Input@3fc622bb, org.onap.sdc.toscaparser.api.parameters.Input@2bbc0f70, org.onap.sdc.toscaparser.api.parameters.Input@3934793b, org.onap.sdc.toscaparser.api.parameters.Input@228fce69] 2022-04-05T03:46:11.391Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fe472b1c-2f47-4148-8593-be0fa77bfd26 2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe472b1c-2f47-4148-8593-be0fa77bfd26 matches Tosca VF Customization UUID: fe472b1c-2f47-4148-8593-be0fa77bfd26 2022-04-05T03:46:11.393Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fe472b1c-2f47-4148-8593-be0fa77bfd26 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-04-05T03:46:11.395Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.395Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fe472b1c-2f47-4148-8593-be0fa77bfd26: {\"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-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7db9fe6d 2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:46:11.397Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60cfe1dc-fe10-47bc-aacb-c372b7c5e362 2022-04-05T03:46:11.397Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60cfe1dc-fe10-47bc-aacb-c372b7c5e362 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-04-05T03:46:11.399Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.400Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:11.400Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria 2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-05T03:46:11.403Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-05T03:46:11.403Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=031d8e40-ce01-4f57-8867-1bed6e9a1a39 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-04-05T03:46:11.406Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.406Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:11.407Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:46:11.407Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.408Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria 2022-04-05T03:46:11.408Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=fe472b1c-2f47-4148-8593-be0fa77bfd26 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-04-05T03:46:11.410Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.410Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a4ce4379-db2c-473e-bef5-a0ff59a12617: basic_onboard_HWzyfu 2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:46:11.414Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_HWzyfu 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-04-05T03:46:11.501Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HWzyfu c4c949d2-87ea-42ed-9d11-34d65b15a129 1 ASDC deployResourceStructure 2022-04-05T03:46:11.501Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json ASDC sendASDCNotification 2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:11.505Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:11.505Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130371501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:46:11.605Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:11.606Z||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-04-05T03:46:11.606Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:11.616Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:11.616Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:46:12.507Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:12.509Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:12.509Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130372506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:46:12.610Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:12.611Z||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-04-05T03:46:12.611Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:12.654Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:12.655Z||pool-31-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:13.513Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:13.513Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130373510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-05T03:46:13.614Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T03:46:13.616Z||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-04-05T03:46:13.616Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:13.628Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:13.628Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:14.514Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar ASDC sendASDCNotification 2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:14.518Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:14.518Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130374514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:46:14.618Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:14.620Z||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-04-05T03:46:14.620Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:14.630Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:14.631Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:46:15.519Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:46:15.529Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:46:15.533Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:46:15.533Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:46:15.539Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T03:46:45.540Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:46:45.547Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3642536a-200a-4e54-85cd-d0386199a802 and serviceModelVersionId: a4ce4379-db2c-473e-bef5-a0ff59a12617 2022-04-05T03:46:45.547Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f7c7ade-6db5-4627-b303-c05e9dac92c0 2022-04-05T03:46:45.549Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0 2022-04-05T03:46:45.558Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T03:46:45.631Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|INFO|500||Invoke 2022-04-05T03:46:45.632Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69973755-6581-4e61-92a2-4b69b83799c7], X-ECOMP-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], X-TransactionId=[], X-ONAP-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], Content-Type=[application/merge-patch+json]} 2022-04-05T03:46:45.661Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T03:46:46.285Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?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/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220405-03:46:46:106-57152], vertex-id=[401640], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:46:46 GMT], Content-Type=[application/json]} 2022-04-05T03:46:46.285Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T03:46:46.286Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|INFO|500||InvokeReturn 2022-04-05T03:46:46.288Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T03:46:46.288Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T03:46:46.293Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T03:46:46.293Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3642536a-200a-4e54-85cd-d0386199a802 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T03:46:46.294Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T03:46:46.294Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:46:46.296Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:46:46.297Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130406293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:46:46.397Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:46:46.398Z||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-04-05T03:46:46.399Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:46.412Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:46.413Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-05T03:46:47.309Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:46:47.310Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:46:47.310Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:46:49.324Z||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-04-05T03:46:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:46:49.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:49.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-05T03:46:49.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:46:49.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-05T03:46:57.610Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:46:57.611Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:46:57.612Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:46:57.612Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:47:07.161Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:47:07.162Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:47:07.163Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:07.163Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:47:16.704Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:47:16.705Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:47:16.706Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:16.706Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:47:26.243Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:47:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:47:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:47:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:47:49.324Z||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-04-05T03:47:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:47:49.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:47:49.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:47:49.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-05T03:47:49.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:47:49.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130169320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:47:49.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-05T03:47:49.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130365787, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:47:49.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130368253, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:47:49.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130369313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:47:49.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130370373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:47:49.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130371501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:47:49.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130372506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:47:49.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130373510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-05T03:47:49.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130374514, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:47:49.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3642536a-200a-4e54-85cd-d0386199a802", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130406293, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:47:49.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:47:58.875Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:48:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:48:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:48:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:48:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:48:49.323Z||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-04-05T03:48:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:48:58.874Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:48:58.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:49:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:49:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:49:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:49:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:49:49.322Z||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-04-05T03:49:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:49:58.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:49:58.871Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:50:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:50:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:50:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:50:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:50:49.323Z||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-04-05T03:50:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:50:58.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:50:58.876Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:51:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:51:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:51:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:51:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:51:49.323Z||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-04-05T03:51:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:51:58.872Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:51:58.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:52:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:52:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:52:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:52:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:52:49.323Z||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-04-05T03:52:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:52:58.864Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:52:58.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:53:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:53:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:53:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:53:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:53:49.323Z||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-04-05T03:53:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:53:58.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:53:58.874Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:54:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:54:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:54:49.323Z||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-04-05T03:54:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:49.965Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:49.966Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.966Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"704ccdca-535d-4223-9105-5a0c684cce54","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"699b4e1f-9e59-49a7-b1c4-9a360905fca4","serviceDescription":"service","serviceInvariantUUID":"aa95cfdc-0067-4281-8227-9a86f538a20f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"22245bf0-c59d-4128-93c9-1fd90989bfb6","resourceInvariantUUID":"98a0b315-dc3c-4e20-8361-b7209a9a8282","resourceCustomizationUUID":"9f55db5e-4948-4150-b65d-155c59b1bb24","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":"MzQ3NjAxMzg2MTNhMmU5ZWYzZDRlODA3NTVkODZjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69de9a2d-b164-48cf-97c9-a0886dfb6834","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b61f56c7-2df1-4d38-b72c-740341e4b214","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T03:54:49.969Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:49.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "aai-ml", "timestamp": 1649130865766, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "aai-ml", "timestamp": 1649130865766, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.972Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "dcae-sch", "timestamp": 1649130877755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.972Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "dcae-sch", "timestamp": 1649130877755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "aai-ml", "timestamp": 1649130878841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "policy-id", "timestamp": 1649130879496, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "cds", "timestamp": 1649130879969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "policy-id", "timestamp": 1649130879496, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "cds", "timestamp": 1649130879969, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "multicloud-k8s-id", "timestamp": 1649130881149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.975Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:54:49.975Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130889320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "policy-id", "timestamp": 1649130882664, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "cds", "timestamp": 1649130882867, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130881763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "multicloud-k8s-id", "timestamp": 1649130881149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "ves-openapi-manager", "timestamp": 1649130882167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:49.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "policy-id", "timestamp": 1649130883670, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:54:49.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:49.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:49.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "cds", "timestamp": 1649130883878, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-05T03:54:50.009Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54 2022-04-05T03:54:50.009Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130881763, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "ves-openapi-manager", "timestamp": 1649130882167, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:54:50.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-05T03:54:50.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "policy-id", "timestamp": 1649130884674, "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-04-05T03:54:50.033Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54 2022-04-05T03:54:50.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "aai-ml", "timestamp": 1649130884434, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:54:50.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130885026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:54:50.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:50.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "aai-ml", "timestamp": 1649130885442, "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-04-05T03:54:50.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54 2022-04-05T03:54:50.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130887033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:54:50.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:54:50.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-05T03:54:50.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649130888039, "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-04-05T03:54:50.064Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54 2022-04-05T03:54:50.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.075Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:54:50.076Z||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-04-05T03:54:50.077Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:50.106Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:50.107Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:54:50.976Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:54:50.978Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:54:50.981Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:54:50.981Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130889320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:54:51.089Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-04-05T03:54:51.091Z||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-04-05T03:54:51.091Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:51.102Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:51.103Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:54:51.982Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "699b4e1f-9e59-49a7-b1c4-9a360905fca4", "serviceDescription": "service", "serviceInvariantUUID": "aa95cfdc-0067-4281-8227-9a86f538a20f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "9f55db5e-4948-4150-b65d-155c59b1bb24", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "22245bf0-c59d-4128-93c9-1fd90989bfb6", "resourceInvariantUUID": "98a0b315-dc3c-4e20-8361-b7209a9a8282", "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": "NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b61f56c7-2df1-4d38-b72c-740341e4b214" } ], "workloadContext": "Production" } 2022-04-05T03:54:51.982Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T03:54:51.983Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 699b4e1f-9e59-49a7-b1c4-9a360905fca4 ASDC 2022-04-05T03:54:51.983Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:704ccdca-535d-4223-9105-5a0c684cce54 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:699b4e1f-9e59-49a7-b1c4-9a360905fca4 ServiceInvariantUUID:aa95cfdc-0067-4281-8227-9a86f538a20f 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:b61f56c7-2df1-4d38-b72c-740341e4b214 ArtifactChecksum:NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:9f55db5e-4948-4150-b65d-155c59b1bb24 ResourceInvariantUUID:98a0b315-dc3c-4e20-8361-b7209a9a8282 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:22245bf0-c59d-4128-93c9-1fd90989bfb6 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-05T03:54:51.984Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 699b4e1f-9e59-49a7-b1c4-9a360905fca4 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-04-05T03:54:52.018Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:54:52.019Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b61f56c7-2df1-4d38-b72c-740341e4b214 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:54:52.021Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-05T03:54:52.893Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:54:52.895Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b61f56c7-2df1-4d38-b72c-740341e4b214 52488 2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:54:52.898Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:54:52.898Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130892896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:54:52.998Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:54:53.000Z||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-04-05T03:54:53.000Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:53.012Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:53.013Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:54:53.899Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:54:53.899Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b61f56c7-2df1-4d38-b72c-740341e4b214, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-05T03:54:53.901Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-05T03:54:54.077Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6349182438081199138/Definitions/service-BasicNetwork-template.yml 2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.790Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.790Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.796Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:699b4e1f-9e59-49a7-b1c4-9a360905fca4 Model Version:NULL Model InvariantUuid:aa95cfdc-0067-4281-8227-9a86f538a20f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:98a0b315-dc3c-4e20-8361-b7209a9a8282 Model UUID:0354747e-c5f4-4673-a9e2-1e1daddbf119 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:9f55db5e-4948-4150-b65d-155c59b1bb24 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-04-05T03:54:54.803Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 22245bf0-c59d-4128-93c9-1fd90989bfb6 2022-04-05T03:54:54.803Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||No resources found for Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4 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-04-05T03:54:54.807Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500|| 2022-04-05T03:54:54.807Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4 2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4 2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.813Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ae4baf5, org.onap.sdc.toscaparser.api.parameters.Input@655c4213, org.onap.sdc.toscaparser.api.parameters.Input@46423261, org.onap.sdc.toscaparser.api.parameters.Input@27616ea2, org.onap.sdc.toscaparser.api.parameters.Input@38cd4ba9] 2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 699b4e1f-9e59-49a7-b1c4-9a360905fca4: Generic NeutronNet 2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.817Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.848Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.849Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.849Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:54.903Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:54:54.906Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:54:54.907Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130894904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:54:55.007Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:54:55.008Z||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-04-05T03:54:55.008Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:54:55.019Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:54:55.020Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:54:55.908Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:54:55.923Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:54:55.933Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T03:55:25.934Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:55:25.941Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 704ccdca-535d-4223-9105-5a0c684cce54 and serviceModelVersionId: 699b4e1f-9e59-49a7-b1c4-9a360905fca4 2022-04-05T03:55:25.941Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa95cfdc-0067-4281-8227-9a86f538a20f 2022-04-05T03:55:25.943Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0 2022-04-05T03:55:25.948Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T03:55:26.038Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?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-04-05T03:55:26.039Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|INFO|500||Invoke 2022-04-05T03:55:26.069Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T03:55:26.587Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|INFO|500||InvokeReturn 2022-04-05T03:55:26.591Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-03:55:26:517-12850], vertex-id=[626696], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:55:26 GMT], Content-Type=[application/json]} 2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T03:55:26.606Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T03:55:26.606Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 704ccdca-535d-4223-9105-5a0c684cce54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T03:55:26.609Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T03:55:26.615Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:55:26.618Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:55:26.618Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130926608, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:55:26.718Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:55:26.719Z||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-04-05T03:55:26.719Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:55:26.733Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:55:26.733Z||pool-39-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-04-05T03:55:49.320Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:55:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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-04-05T03:55:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:55:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:55:49.323Z||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-04-05T03:55:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:55:49.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:55:49.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-05T03:55:49.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130889320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:55:49.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-05T03:55:58.878Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:49.320Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:56:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:56:49.323Z||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-04-05T03:56:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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-04-05T03:56:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:49.323Z|704ccdca-535d-4223-9105-5a0c684cce54|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:49.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:49.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130889320, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:56:49.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "clamp", "timestamp": 1649130891555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:49.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "clamp", "timestamp": 1649130891555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130892896, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130894904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "clamp", "timestamp": 1649130901136, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "clamp", "timestamp": 1649130903147, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:56:49.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:56:49.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "clamp", "timestamp": 1649130904153, "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-04-05T03:56:49.367Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54 2022-04-05T03:56:49.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:56:49.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "704ccdca-535d-4223-9105-5a0c684cce54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649130926608, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:56:49.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:56:49.953Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:49.954Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T03:56:49.954Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"550257ea-09ac-4f66-a5bd-2473b829a3dd","serviceName":"Demo_pNF_0NinrEMUsyH2H5mQs425","serviceVersion":"1.0","serviceUUID":"2a55ebbf-89f3-4b06-8353-6f1f9612e690","serviceDescription":"catalog service description","serviceInvariantUUID":"cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0","resources":[{"resourceInstanceName":"pNF ff86849d-26ab 0","resourceName":"pNF ff86849d-26ab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60461faf-4320-4897-a5ab-1f6b90a5e0a3","resourceInvariantUUID":"e71a6663-9d73-428b-8c00-bcc3cdc3a65c","resourceCustomizationUUID":"9f9528b3-dbc9-498c-88fd-6de5fa1d06b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml","artifactChecksum":"NDY3YmE4OTI3ODg0MmNlZmNlYTNjODM3YjQxMmI1NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec7a3554-51da-4652-8341-a2b81cfbf975","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar","artifactChecksum":"ZmRmMzQ1YTcyZTFjZjQ5Nzc0ODMzNGRjMjJkYTU2YzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec7e8783-cac9-4c9b-8ba9-914586f0a19e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad7284d7-623c-4f8a-9ca1-2b7b26fcb853","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml","artifactChecksum":"MmQ2MjdmMWJlYzMwZmU4ZTgxMzgzNDlhOGRjMDEzOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55bb33c4-7dca-4dd9-8205-242b2039105f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"073b8b20-c451-4cc5-b4d5-87a8c4b45ef0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f247ba1f-47f5-40b7-ba5b-0f5e98c75347","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0ninremusyh2h5mqs425-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml","artifactChecksum":"YTBmNGM5N2IyYjM4ZmNmYjEzYzk3MDFjNjRmNDFkMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85f78939-3a8b-4678-823f-a07f2b6444d7","artifactVersion":"1"},{"artifactName":"service-DemoPnf0ninremusyh2h5mqs425-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar","artifactChecksum":"OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9afbe0a-3340-4144-89e8-1a03834e4f2b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T03:56:49.958Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:49.959Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:49.963Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:49.963Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:50.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:56:50.065Z||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-04-05T03:56:50.065Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:50.112Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:50.112Z||pool-40-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:50.964Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:50.965Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:50.967Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:50.967Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:51.068Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:56:51.069Z||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-04-05T03:56:51.069Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:51.103Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:51.104Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:51.968Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:51.971Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:51.973Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:51.973Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:52.074Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:56:52.075Z||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-04-05T03:56:52.076Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:52.138Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:52.139Z||pool-42-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:52.974Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:52.975Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:52.977Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:52.978Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:53.079Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T03:56:53.081Z||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-04-05T03:56:53.081Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:53.115Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:53.116Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:53.984Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:53.992Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:53.994Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:53.994Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:54.100Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-05T03:56:54.101Z||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-04-05T03:56:54.101Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:54.111Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:54.112Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:54.995Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:54.997Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:54.999Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:55.000Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:55.099Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:56:55.101Z||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-04-05T03:56:55.101Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:55.111Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:55.112Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:56.001Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:56.002Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:56.004Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:56.004Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:56:56.104Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:56:56.106Z||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-04-05T03:56:56.106Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:56.117Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:56.117Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:57.006Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:56:57.008Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:57.012Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:57.012Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:56:57.112Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:56:57.113Z||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-04-05T03:56:57.113Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:57.125Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:57.125Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "serviceName": "Demo_pNF_0NinrEMUsyH2H5mQs425", "serviceVersion": "1.0", "serviceUUID": "2a55ebbf-89f3-4b06-8353-6f1f9612e690", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0", "resources": [ { "resourceInstanceName": "pNF ff86849d-26ab 0", "resourceCustomizationUUID": "9f9528b3-dbc9-498c-88fd-6de5fa1d06b2", "resourceName": "pNF ff86849d-26ab", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "60461faf-4320-4897-a5ab-1f6b90a5e0a3", "resourceInvariantUUID": "e71a6663-9d73-428b-8c00-bcc3cdc3a65c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "artifactChecksum": "OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9afbe0a-3340-4144-89e8-1a03834e4f2b" } ], "workloadContext": "Production" } 2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a55ebbf-89f3-4b06-8353-6f1f9612e690 ASDC 2022-04-05T03:56:58.015Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:550257ea-09ac-4f66-a5bd-2473b829a3dd ServiceName:Demo_pNF_0NinrEMUsyH2H5mQs425 ServiceVersion:1.0 ServiceUUID:2a55ebbf-89f3-4b06-8353-6f1f9612e690 ServiceInvariantUUID:cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf0ninremusyh2h5mqs425-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar ArtifactUUID:b9afbe0a-3340-4144-89e8-1a03834e4f2b ArtifactChecksum:OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ff86849d-26ab 0 ResourceCustomizationUUID:9f9528b3-dbc9-498c-88fd-6de5fa1d06b2 ResourceInvariantUUID:e71a6663-9d73-428b-8c00-bcc3cdc3a65c ResourceName:pNF ff86849d-26ab ResourceType:PNF ResourceUUID:60461faf-4320-4897-a5ab-1f6b90a5e0a3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-05T03:56:58.015Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a55ebbf-89f3-4b06-8353-6f1f9612e690 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-04-05T03:56:58.043Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b9afbe0a-3340-4144-89e8-1a03834e4f2b from URL: /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:56:58.046Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:56:58.984Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar b9afbe0a-3340-4144-89e8-1a03834e4f2b 82619 2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar ASDC sendASDCNotification 2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:56:58.994Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:56:58.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:56:58.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131018993, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:56:59.097Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:56:59.098Z||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-04-05T03:56:59.098Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:56:59.114Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:56:59.114Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:56:59.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:56:59.999Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:56:59.999Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b9afbe0a-3340-4144-89e8-1a03834e4f2b, URL: /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar to file: /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:00.000Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:00.001Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:00.001Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:00.217Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12684543566821037867/Definitions/service-DemoPnf0ninremusyh2h5mqs425-template.yml 2022-04-05T03:57:01.351Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||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-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||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-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ff86849d-26ab 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-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Node template pNF ff86849d-26ab 0 is matching search criteria 2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ff86849d-26ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Node template pNF ff86849d-26ab 0 is matching search criteria 2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ff86849d-26ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.358Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.358Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_0NinrEMUsyH2H5mQs425 Description:catalog service description Model UUID:2a55ebbf-89f3-4b06-8353-6f1f9612e690 Model Version:NULL Model InvariantUuid:cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0 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-04-05T03:57:01.366Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60461faf-4320-4897-a5ab-1f6b90a5e0a3 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-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||pNF ff86849d-26ab 0 2022-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60461faf-4320-4897-a5ab-1f6b90a5e0a3 2022-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2a55ebbf-89f3-4b06-8353-6f1f9612e690 2022-04-05T03:57:01.371Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2a55ebbf-89f3-4b06-8353-6f1f9612e690 2022-04-05T03:57:01.371Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ff86849d-26ab 0 60461faf-4320-4897-a5ab-1f6b90a5e0a3 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-04-05T03:57:01.376Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4df8482c, org.onap.sdc.toscaparser.api.parameters.Input@16b6d416, org.onap.sdc.toscaparser.api.parameters.Input@6fe7ae6c, org.onap.sdc.toscaparser.api.parameters.Input@18a81505, org.onap.sdc.toscaparser.api.parameters.Input@179e9714] 2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2a55ebbf-89f3-4b06-8353-6f1f9612e690: pNF ff86849d-26ab 2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Processing PNF resource: 60461faf-4320-4897-a5ab-1f6b90a5e0a3 2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Resource customization UUID: 9f9528b3-dbc9-498c-88fd-6de5fa1d06b2 is the same as notified resource customizationUUID: 9f9528b3-dbc9-498c-88fd-6de5fa1d06b2 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-04-05T03:57:01.438Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ff86849d-26ab 60461faf-4320-4897-a5ab-1f6b90a5e0a3 0 ASDC deployResourceStructure 2022-04-05T03:57:01.438Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar ASDC sendASDCNotification 2022-04-05T03:57:01.438Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar 2022-04-05T03:57:01.438Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:57:01.439Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:57:01.441Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:57:01.441Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131021438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:57:01.541Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:57:01.543Z||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-04-05T03:57:01.543Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:57:01.561Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:57:01.561Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:57:02.442Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:57:02.451Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:57:02.454Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:57:02.454Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:57:02.454Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:57:32.455Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:57:32.462Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:57:32.464Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:57:32.464Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:57:32.464Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:57:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:57:49.323Z||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-04-05T03:57:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:57:49.349Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:57:49.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.352Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.353Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.354Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.357Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.360Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.360Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.360Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.361Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.361Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.362Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.362Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.363Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.363Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.364Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.365Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:57:49.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:57:49.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:57:49.366Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:02.465Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:58:02.475Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:02.477Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:58:02.477Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:58:02.477Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:58:32.477Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:58:32.485Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:32.491Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:58:32.491Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T03:58:32.491Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T03:58:49.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:58:49.324Z||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-04-05T03:58:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:58:49.385Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:58:49.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-05T03:58:49.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.399Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "dcae-sch", "timestamp": 1649130997754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649130999970, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131001763, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.406Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131002168, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "multicloud-k8s-id", "timestamp": 1649131001149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.408Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649130999492, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131014347, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649131015078, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131014506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649131015265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649131016083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131015534, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "cds", "timestamp": 1649131016286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-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-04-05T03:58:49.421Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.421Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "policy-id", "timestamp": 1649131017085, "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-04-05T03:58:49.441Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.441Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "ves-openapi-manager", "timestamp": 1649131016539, "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-04-05T03:58:49.453Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.454Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131017009, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131009320, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131018015, "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-04-05T03:58:49.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.469Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131011555, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131018993, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131021438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131015766, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131025156, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131024725, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:58:49.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131027171, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "clamp", "timestamp": 1649131028202, "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-04-05T03:58:49.485Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.486Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131032007, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:58:49.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:58:49.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "aai-ml", "timestamp": 1649131033015, "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-04-05T03:58:49.501Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 550257ea-09ac-4f66-a5bd-2473b829a3dd 2022-04-05T03:58:49.501Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:58:49.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.511Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:58:49.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.520Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.521Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.521Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.521Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-05T03:58:49.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.525Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.525Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:58:49.526Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T03:58:49.526Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:58:49.526Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:02.492Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:59:02.503Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:59:02.509Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:59:02.509Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T03:59:02.509Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T03:59:02.509Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.510Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.511Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:02.511Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:59:02.516Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T03:59:32.517Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd 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-04-05T03:59:32.522Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 550257ea-09ac-4f66-a5bd-2473b829a3dd and serviceModelVersionId: 2a55ebbf-89f3-4b06-8353-6f1f9612e690 2022-04-05T03:59:32.522Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0 2022-04-05T03:59:32.523Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0 2022-04-05T03:59:32.527Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T03:59:32.575Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0|INFO|500||Invoke 2022-04-05T03:59:32.576Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[550257ea-09ac-4f66-a5bd-2473b829a3dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[43f2037c-3713-44e4-a677-57d1c56d652d], X-ECOMP-RequestID=[550257ea-09ac-4f66-a5bd-2473b829a3dd], X-TransactionId=[], X-ONAP-RequestID=[550257ea-09ac-4f66-a5bd-2473b829a3dd], Content-Type=[application/merge-patch+json]} 2022-04-05T03:59:32.602Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T03:59:32.809Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?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/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-03:59:33:046-46787], vertex-id=[643080], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:59:33 GMT], Content-Type=[application/json]} 2022-04-05T03:59:32.810Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T03:59:32.810Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0/model-vers/model-ver/2a55ebbf-89f3-4b06-8353-6f1f9612e690?depth=0|INFO|500||InvokeReturn 2022-04-05T03:59:32.811Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T03:59:32.811Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T03:59:32.815Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T03:59:32.816Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 550257ea-09ac-4f66-a5bd-2473b829a3dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T03:59:32.816Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T03:59:32.816Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:32.818Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:32.818Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131172816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T03:59:32.918Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:32.920Z||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-04-05T03:59:32.920Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:32.941Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:32.942Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 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-04-05T03:59:33.828Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:59:33.828Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|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-04-05T03:59:33.829Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:38.208Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:38.229Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T03:59:38.230Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"9410c650-9171-414b-8433-fd9cff1d0495","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"28493864-d008-490d-a7cf-3e90f5cc8717","serviceDescription":"service","serviceInvariantUUID":"7ac96725-a5b3-490a-ad75-e8f8df5761ca","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"028822d3-e83d-4473-915f-4a54c72a7f30","resourceInvariantUUID":"d9af0a1a-8e40-4226-a4e3-b4a4eeb479cf","resourceCustomizationUUID":"539f33aa-73dd-403c-b212-be4f7d1ad872","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YjczZjZiYzA3Y2ZmM2U5MzU0MjhkMzc5OWFhN2U2ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d329932-9b3c-4ad9-92b5-c9d764aae68b","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MmM4NGIyYWM1MWM0MTk2ZmZkZjc4MjdjMzhlYTJiNzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"721b4f2b-bb0f-41c5-aafa-e2f19a531469","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5a6ef760-8552-4f85-a5fc-79a9922934a4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"55459993-816e-4707-8417-aab6d07f224f","artifactVersion":"2","generatedFromUUID":"062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjU0NWRjMWIxMmFiNTQ5NTQ5ODk4ZjlmMDVhZjMzMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3eba3ac-07cd-4036-aa44-6e973e7d044c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTQ5NmYyMmU0ZDI0OWQ1OGQ4NjAzZmFmMWUzN2FmNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c75a81dc-2fe5-47cb-ad61-72eca1c32007","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T03:59:38.244Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:38.244Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:38.246Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:38.247Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:38.347Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:38.348Z||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-04-05T03:59:38.348Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:38.361Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:38.361Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:39.247Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:39.248Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:39.250Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:39.251Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:59:39.351Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:39.351Z||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-04-05T03:59:39.352Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:39.365Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:39.366Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:40.251Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:40.252Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:40.255Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:40.255Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-05T03:59:40.360Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-05T03:59:40.361Z||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-04-05T03:59:40.361Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:40.381Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:40.381Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:41.256Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:41.257Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:41.259Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:41.260Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:41.360Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:41.361Z||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-04-05T03:59:41.361Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:41.385Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:41.386Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:59:42.260Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:42.261Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:42.263Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:42.263Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-05T03:59:42.364Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:42.364Z||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-04-05T03:59:42.365Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:42.375Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:42.376Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:43.264Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:43.265Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:43.267Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:43.267Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:43.367Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:43.368Z||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-04-05T03:59:43.368Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:43.381Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:43.382Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:44.267Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T03:59:44.268Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:44.270Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:44.270Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:44.370Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:44.371Z||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-04-05T03:59:44.371Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:44.410Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:44.411Z||pool-57-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:45.272Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "28493864-d008-490d-a7cf-3e90f5cc8717", "serviceDescription": "service", "serviceInvariantUUID": "7ac96725-a5b3-490a-ad75-e8f8df5761ca", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "539f33aa-73dd-403c-b212-be4f7d1ad872", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "028822d3-e83d-4473-915f-4a54c72a7f30", "resourceInvariantUUID": "d9af0a1a-8e40-4226-a4e3-b4a4eeb479cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MmM4NGIyYWM1MWM0MTk2ZmZkZjc4MjdjMzhlYTJiNzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "721b4f2b-bb0f-41c5-aafa-e2f19a531469", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "55459993-816e-4707-8417-aab6d07f224f", "generatedFromUUID": "062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "55459993-816e-4707-8417-aab6d07f224f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTQ5NmYyMmU0ZDI0OWQ1OGQ4NjAzZmFmMWUzN2FmNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c75a81dc-2fe5-47cb-ad61-72eca1c32007" } ], "workloadContext": "Production" } 2022-04-05T03:59:45.272Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T03:59:45.273Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 28493864-d008-490d-a7cf-3e90f5cc8717 ASDC 2022-04-05T03:59:45.273Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:9410c650-9171-414b-8433-fd9cff1d0495 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:28493864-d008-490d-a7cf-3e90f5cc8717 ServiceInvariantUUID:7ac96725-a5b3-490a-ad75-e8f8df5761ca ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:c75a81dc-2fe5-47cb-ad61-72eca1c32007 ArtifactChecksum:ZTQ5NmYyMmU0ZDI0OWQ1OGQ4NjAzZmFmMWUzN2FmNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:539f33aa-73dd-403c-b212-be4f7d1ad872 ResourceInvariantUUID:d9af0a1a-8e40-4226-a4e3-b4a4eeb479cf ResourceName:basic_vm ResourceType:VF ResourceUUID:028822d3-e83d-4473-915f-4a54c72a7f30 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:721b4f2b-bb0f-41c5-aafa-e2f19a531469 ArtifactChecksum:MmM4NGIyYWM1MWM0MTk2ZmZkZjc4MjdjMzhlYTJiNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:55459993-816e-4707-8417-aab6d07f224f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:55459993-816e-4707-8417-aab6d07f224f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-05T03:59:45.273Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28493864-d008-490d-a7cf-3e90f5cc8717 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-04-05T03:59:45.306Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:59:45.307Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:59:45.307Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:59:45.307Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c75a81dc-2fe5-47cb-ad61-72eca1c32007 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-05T03:59:45.308Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:59:45.308Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-05T03:59:45.724Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:59:45.727Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar c75a81dc-2fe5-47cb-ad61-72eca1c32007 71043 2022-04-05T03:59:45.728Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-05T03:59:45.728Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-05T03:59:45.728Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:59:45.729Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:45.731Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:45.732Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131185728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:45.832Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:45.833Z||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-04-05T03:59:45.833Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:45.842Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:45.843Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:46.732Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T03:59:46.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T03:59:46.734Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c75a81dc-2fe5-47cb-ad61-72eca1c32007, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:46.734Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-05T03:59:46.735Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:46.735Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:46.862Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11989075496857347814/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-04-05T03:59:48.351Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T03:59:48.352Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:59:48.352Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.352Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.353Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.354Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.354Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-05T03:59:48.354Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T03:59:48.354Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.354Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.355Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:48.355Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:59:48.355Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:59:48.355Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.355Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.356Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:48.356Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T03:59:48.356Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T03:59:48.356Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.356Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.357Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.357Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-05T03:59:48.357Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-05T03:59:48.357Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-05T03:59:48.358Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-05T03:59:48.358Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-05T03:59:48.358Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-05T03:59:48.358Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.358Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:59:48.359Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.359Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:48.359Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:48.360Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.360Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:48.360Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:48.360Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.360Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:48.361Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:48.361Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.361Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-05T03:59:48.361Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-05T03:59:48.361Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-05T03:59:48.362Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a1be7891-0b44-4384-9911-46aec331c550 2022-04-05T03:59:48.362Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.362Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.362Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.362Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.363Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.363Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.363Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:48.363Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:48.363Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:28493864-d008-490d-a7cf-3e90f5cc8717 Model Version:NULL Model InvariantUuid:7ac96725-a5b3-490a-ad75-e8f8df5761ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:becfbe09-3670-40f9-b1fa-14b51308f1d3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d9af0a1a-8e40-4226-a4e3-b4a4eeb479cf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:539f33aa-73dd-403c-b212-be4f7d1ad872 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dff7c0e4-cec2-4bd9-85eb-efbaa024c3b4 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:63ff3316-764b-43b8-b4c7-713caac5ecc9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a1be7891-0b44-4384-9911-46aec331c550 ModelInvariantUuid:bf55b899-9e0e-4c45-8ba2-1ce04956843e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:47162390-6360-4f8f-a63c-82b43d8fc68e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:54b75580-575f-44b3-a592-96a54656663f ModelInvariantUuid:84b72425-1c42-41e3-99df-9fb398f14f96 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:ef5a242a-d187-4bd7-b0ed-546db9daa8f7 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-04-05T03:59:48.369Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 028822d3-e83d-4473-915f-4a54c72a7f30 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-04-05T03:59:48.372Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-04-05T03:59:48.372Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 028822d3-e83d-4473-915f-4a54c72a7f30 2022-04-05T03:59:48.372Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 721b4f2b-bb0f-41c5-aafa-e2f19a531469 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-05T03:59:48.372Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:59:48.373Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-05T03:59:48.684Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:59:48.684Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 721b4f2b-bb0f-41c5-aafa-e2f19a531469 787 2022-04-05T03:59:48.684Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-05T03:59:48.684Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-05T03:59:48.684Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:59:48.685Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:48.686Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:48.686Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131188684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:48.787Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:48.789Z||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-04-05T03:59:48.789Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:48.810Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:48.811Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T03:59:49.323Z||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-04-05T03:59:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:49.342Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:49.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131059969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "dcae-sch", "timestamp": 1649131057755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "ves-openapi-manager", "timestamp": 1649131062168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131061156, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131059492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131061763, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131073354, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131073144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131073786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131073824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.378Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131074793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "cds", "timestamp": 1649131074848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:59:49.407Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.408Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131075123, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "policy-id", "timestamp": 1649131075798, "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-04-05T03:59:49.436Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.436Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131075979, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131076549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131077018, "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-04-05T03:59:49.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.456Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131077574, "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-04-05T03:59:49.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131071555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "multicloud-k8s-id", "timestamp": 1649131078578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.483Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131075766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-05T03:59:49.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131083624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131075869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-05T03:59:49.501Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "dcae-sch", "timestamp": 1649131077754, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131086944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "cds", "timestamp": 1649131087950, "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-04-05T03:59:49.516Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.517Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-05T03:59:49.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131079492, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131089165, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.531Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131089371, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.532Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.533Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131081149, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131090377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131091177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131091123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "policy-id", "timestamp": 1649131091420, "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-04-05T03:59:49.545Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.545Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "ves-openapi-manager", "timestamp": 1649131082167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.554Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "clamp", "timestamp": 1649131092181, "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-04-05T03:59:49.560Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.560Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131092219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131091972, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "aai-ml", "timestamp": 1649131092977, "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-04-05T03:59:49.574Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9410c650-9171-414b-8433-fd9cff1d0495 2022-04-05T03:59:49.575Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:49.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131093297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131094436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131095510, "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-04-05T03:59:49.602Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.602Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.608Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.608Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.608Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "multicloud-k8s-id", "timestamp": 1649131096514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.609Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.610Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.610Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.610Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131091763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131102116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.613Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-05T03:59:49.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131104851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.619Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131105857, "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-04-05T03:59:49.630Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.630Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131101555, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131102167, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "multicloud-k8s-id", "timestamp": 1649131101149, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "dcae-sch", "timestamp": 1649131097755, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131099492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131112797, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131113653, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131104969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131105766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131113829, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131114657, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131114943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "ves-openapi-manager", "timestamp": 1649131114832, "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-04-05T03:59:49.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T03:59:49.674Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T03:59:49.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "policy-id", "timestamp": 1649131115660, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-04-05T03:59:49.688Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dff7c0e4-cec2-4bd9-85eb-efbaa024c3b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63ff3316-764b-43b8-b4c7-713caac5ecc9", "vfModuleModelCustomizationUUID": "cc09b296-db9f-4c40-8c6b-ffdccb954f4c", "isBase": true, "artifacts": [ "062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7", "55459993-816e-4707-8417-aab6d07f224f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:59:49.694Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63ff3316-764b-43b8-b4c7-713caac5ecc9 VfModuleModelInvariantUUID:dff7c0e4-cec2-4bd9-85eb-efbaa024c3b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7 , 55459993-816e-4707-8417-aab6d07f224f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-05T03:59:49.697Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T03:59:49.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T03:59:49.701Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "dff7c0e4-cec2-4bd9-85eb-efbaa024c3b4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "63ff3316-764b-43b8-b4c7-713caac5ecc9", "vfModuleModelCustomizationUUID": "cc09b296-db9f-4c40-8c6b-ffdccb954f4c", "isBase": true, "artifacts": [ "062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7", "55459993-816e-4707-8417-aab6d07f224f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-04-05T03:59:49.702Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:63ff3316-764b-43b8-b4c7-713caac5ecc9 VfModuleModelInvariantUUID:dff7c0e4-cec2-4bd9-85eb-efbaa024c3b4 VfModuleModelDescription:NULL Artifacts UUID List:{ 062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7 , 55459993-816e-4707-8417-aab6d07f224f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-04-05T03:59:49.702Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-05T03:59:49.702Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:59:49.702Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-05T03:59:49.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131115130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131117170, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:49.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "cds", "timestamp": 1649131117824, "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-04-05T03:59:49.717Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T03:59:49.717Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T03:59:49.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131119179, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.730Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "clamp", "timestamp": 1649131120189, "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-04-05T03:59:49.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.738Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131123247, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:49.753Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T03:59:49.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "aai-ml", "timestamp": 1649131124253, "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-04-05T03:59:49.765Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 340654e9-b7fb-403e-ba30-74624046d0aa 2022-04-05T03:59:49.765Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:49.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T03:59:49.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T03:59:49.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T03:59:50.220Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:59:50.220Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 062ca5ad-2cbe-4945-b6ec-9c851a2c7bc7 5033 2022-04-05T03:59:50.220Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-05T03:59:50.221Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-05T03:59:50.221Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:59:50.221Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:50.224Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:50.224Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131190220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:50.324Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:50.325Z||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-04-05T03:59:50.325Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:50.336Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:50.337Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:51.225Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 55459993-816e-4707-8417-aab6d07f224f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-05T03:59:51.225Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T03:59:51.225Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-05T03:59:51.700Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T03:59:51.701Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 55459993-816e-4707-8417-aab6d07f224f 903 2022-04-05T03:59:51.701Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-05T03:59:51.701Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-05T03:59:51.701Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T03:59:51.702Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:51.704Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:51.705Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131191701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-05T03:59:51.804Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:51.805Z||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-04-05T03:59:51.805Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:51.830Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:51.830Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:52.705Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 28493864-d008-490d-a7cf-3e90f5cc8717 2022-04-05T03:59:52.707Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 028822d3-e83d-4473-915f-4a54c72a7f30 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-04-05T03:59:52.719Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53b067f7, org.onap.sdc.toscaparser.api.parameters.Input@396484f0, org.onap.sdc.toscaparser.api.parameters.Input@229d888f, org.onap.sdc.toscaparser.api.parameters.Input@17fbac0e, org.onap.sdc.toscaparser.api.parameters.Input@47a4fed9] 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 539f33aa-73dd-403c-b212-be4f7d1ad872 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 539f33aa-73dd-403c-b212-be4f7d1ad872 matches Tosca VF Customization UUID: 539f33aa-73dd-403c-b212-be4f7d1ad872 2022-04-05T03:59:52.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 539f33aa-73dd-403c-b212-be4f7d1ad872 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-04-05T03:59:52.724Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.724Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 539f33aa-73dd-403c-b212-be4f7d1ad872: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5e3cc6a6 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cc09b296-db9f-4c40-8c6b-ffdccb954f4c 2022-04-05T03:59:52.726Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cc09b296-db9f-4c40-8c6b-ffdccb954f4c 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-04-05T03:59:52.729Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.729Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:52.729Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:52.730Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.730Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:52.730Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:52.730Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.730Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-05T03:59:52.731Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-05T03:59:52.731Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-05T03:59:52.731Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a1be7891-0b44-4384-9911-46aec331c550 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-04-05T03:59:52.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:52.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T03:59:52.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.734Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-05T03:59:52.734Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=539f33aa-73dd-403c-b212-be4f7d1ad872 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-04-05T03:59:52.735Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.735Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 28493864-d008-490d-a7cf-3e90f5cc8717: basic_vm 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.736Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.737Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.737Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.737Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.737Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T03:59:52.737Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T03:59:52.738Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-05T03:59:52.834Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 028822d3-e83d-4473-915f-4a54c72a7f30 1 ASDC deployResourceStructure 2022-04-05T03:59:52.834Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-04-05T03:59:52.834Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-05T03:59:52.835Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:59:52.835Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:52.837Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:52.837Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131192834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T03:59:52.937Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T03:59:52.938Z||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-04-05T03:59:52.938Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:52.951Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:52.952Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:53.838Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-04-05T03:59:53.838Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-05T03:59:53.838Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:59:53.838Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:53.840Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:53.840Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131193838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-05T03:59:53.941Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T03:59:53.942Z||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-04-05T03:59:53.942Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:53.957Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:53.958Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:59:54.844Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-04-05T03:59:54.845Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-05T03:59:54.845Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:59:54.845Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:54.848Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:54.848Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131194844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-05T03:59:54.947Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T03:59:54.949Z||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-04-05T03:59:54.949Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:54.964Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:54.964Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-05T03:59:55.849Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-04-05T03:59:55.850Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-05T03:59:55.850Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T03:59:55.851Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T03:59:55.855Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T03:59:55.855Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131195849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T03:59:55.959Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-04-05T03:59:55.960Z||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-04-05T03:59:55.960Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T03:59:55.997Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T03:59:55.998Z||pool-65-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-05T03:59:56.857Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9410c650-9171-414b-8433-fd9cff1d0495 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T03:59:56.873Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T03:59:56.882Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T03:59:56.883Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T03:59:56.883Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T03:59:56.883Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T03:59:56.883Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.884Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.884Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.884Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.884Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.885Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T03:59:56.885Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T03:59:56.892Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T04:00:26.896Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9410c650-9171-414b-8433-fd9cff1d0495 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-04-05T04:00:26.916Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9410c650-9171-414b-8433-fd9cff1d0495 and serviceModelVersionId: 28493864-d008-490d-a7cf-3e90f5cc8717 2022-04-05T04:00:26.916Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ac96725-a5b3-490a-ad75-e8f8df5761ca 2022-04-05T04:00:26.917Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0 2022-04-05T04:00:26.920Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T04:00:26.963Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0|INFO|500||Invoke 2022-04-05T04:00:26.964Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9410c650-9171-414b-8433-fd9cff1d0495], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72b4796f-ac12-43db-88c2-9379e2ab67ab], X-ECOMP-RequestID=[9410c650-9171-414b-8433-fd9cff1d0495], X-TransactionId=[], X-ONAP-RequestID=[9410c650-9171-414b-8433-fd9cff1d0495], Content-Type=[application/merge-patch+json]} 2022-04-05T04:00:26.986Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T04:00:27.720Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?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/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220405-04:00:27:431-84544], vertex-id=[168000], Content-Length=[0], Date=[Tue, 05 Apr 2022 04:00:27 GMT], Content-Type=[application/json]} 2022-04-05T04:00:27.720Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T04:00:27.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ac96725-a5b3-490a-ad75-e8f8df5761ca/model-vers/model-ver/28493864-d008-490d-a7cf-3e90f5cc8717?depth=0|INFO|500||InvokeReturn 2022-04-05T04:00:27.721Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T04:00:27.733Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T04:00:27.741Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T04:00:27.742Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9410c650-9171-414b-8433-fd9cff1d0495 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T04:00:27.742Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T04:00:27.742Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:27.748Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:27.748Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131227742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:00:27.846Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-05T04:00:27.847Z||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-04-05T04:00:27.847Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:27.955Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:27.956Z||pool-66-thread-1|||||INFO|500||cambria reply ok (109 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-04-05T04:00:28.764Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T04:00:28.764Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"340654e9-b7fb-403e-ba30-74624046d0aa","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6d3ae51c-3383-412c-be3c-7a7a29a64f8a","serviceDescription":"service","serviceInvariantUUID":"d93e8d38-36c4-4cff-8281-f28172ee9701","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5de54f49-a38a-4f69-af7f-bd551c96e800","resourceInvariantUUID":"b72cc6ad-4219-4ac0-87ae-fdf854920347","resourceCustomizationUUID":"1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5","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":"MzA4MzU5M2MwY2NkYTZmMGRlMzVlODc2ZDYzMjNiMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ab9241d-58cf-470e-af7f-2a51476c482f","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":"0020ff0c-c2ae-4843-8ddc-958060ebe912","artifactVersion":"2","generatedFromUUID":"685d3645-5f5b-4ddb-93f3-9f83acef0b4f"},{"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":"685d3645-5f5b-4ddb-93f3-9f83acef0b4f","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":"MDliYjA0ZTE3NGU2ZGU1NDM5NDBhNTRhYzRiMTU3ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"21f4419e-47b0-4ef2-985f-aa80ea29242c","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":"a84076df-4b75-4395-9dc3-f68c82810854","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":"206cd048-cad6-44cb-bfd5-8cbac094e3c5","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":"8e8661ba-2be9-4267-8c9c-e3cd6963ce0f","artifactVersion":"2","generatedFromUUID":"a84076df-4b75-4395-9dc3-f68c82810854"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NTkwYjQ5YzI5NmNiMjE1YjE4YzI3ZDdjMjgwMDVjY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47a2468d-dea2-4771-adec-3105748015f8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjY5NWE0NDAwMzZkZDYzYmNkZWE2MTU5M2MyYjQzMzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b8fa355-59a6-4363-8974-7f4c3f25d49b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T04:00:28.765Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:28.765Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:28.767Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:28.768Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:00:28.876Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-05T04:00:28.877Z||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-04-05T04:00:28.877Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:28.923Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:28.923Z||pool-67-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:29.768Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:29.769Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:29.771Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:29.771Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-05T04:00:29.871Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:29.872Z||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-04-05T04:00:29.872Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:29.883Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:29.883Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:30.772Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:30.777Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:30.780Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:30.780Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-05T04:00:30.880Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:30.881Z||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-04-05T04:00:30.881Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:30.924Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:30.928Z||pool-69-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:31.784Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:31.784Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:31.786Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:31.787Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-05T04:00:31.887Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:31.888Z||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-04-05T04:00:31.888Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:31.898Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:31.898Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:32.787Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:32.788Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:32.790Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:32.790Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-05T04:00:32.895Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-04-05T04:00:32.897Z||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-04-05T04:00:32.897Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:32.923Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:32.923Z||pool-71-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:33.791Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:33.792Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:33.795Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:33.797Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:00:33.896Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:00:33.898Z||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-04-05T04:00:33.899Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:33.962Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:33.963Z||pool-72-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:00:34.798Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:34.798Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:34.802Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:34.804Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-05T04:00:34.905Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T04:00:34.905Z||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-04-05T04:00:34.906Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:34.928Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:34.929Z||pool-73-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:35.804Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:35.805Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:35.808Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:35.808Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:00:35.908Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:35.909Z||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-04-05T04:00:35.909Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:35.952Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:35.953Z||pool-74-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:36.809Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:00:36.809Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:36.811Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:36.811Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:00:36.912Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:36.913Z||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-04-05T04:00:36.913Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:36.991Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:36.992Z||pool-75-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:00:37.813Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "6d3ae51c-3383-412c-be3c-7a7a29a64f8a", "serviceDescription": "service", "serviceInvariantUUID": "d93e8d38-36c4-4cff-8281-f28172ee9701", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5de54f49-a38a-4f69-af7f-bd551c96e800", "resourceInvariantUUID": "b72cc6ad-4219-4ac0-87ae-fdf854920347", "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": "0020ff0c-c2ae-4843-8ddc-958060ebe912", "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": "685d3645-5f5b-4ddb-93f3-9f83acef0b4f", "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": "MDliYjA0ZTE3NGU2ZGU1NDM5NDBhNTRhYzRiMTU3ODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21f4419e-47b0-4ef2-985f-aa80ea29242c", "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": "a84076df-4b75-4395-9dc3-f68c82810854", "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": "8e8661ba-2be9-4267-8c9c-e3cd6963ce0f", "generatedFromUUID": "a84076df-4b75-4395-9dc3-f68c82810854" }, "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": "8e8661ba-2be9-4267-8c9c-e3cd6963ce0f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjY5NWE0NDAwMzZkZDYzYmNkZWE2MTU5M2MyYjQzMzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b8fa355-59a6-4363-8974-7f4c3f25d49b" } ], "workloadContext": "Production" } 2022-04-05T04:00:37.815Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T04:00:37.815Z|9410c650-9171-414b-8433-fd9cff1d0495|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6d3ae51c-3383-412c-be3c-7a7a29a64f8a ASDC 2022-04-05T04:00:37.815Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:340654e9-b7fb-403e-ba30-74624046d0aa ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:6d3ae51c-3383-412c-be3c-7a7a29a64f8a ServiceInvariantUUID:d93e8d38-36c4-4cff-8281-f28172ee9701 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:9b8fa355-59a6-4363-8974-7f4c3f25d49b ArtifactChecksum:ZjY5NWE0NDAwMzZkZDYzYmNkZWE2MTU5M2MyYjQzMzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 ResourceInvariantUUID:b72cc6ad-4219-4ac0-87ae-fdf854920347 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5de54f49-a38a-4f69-af7f-bd551c96e800 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:0020ff0c-c2ae-4843-8ddc-958060ebe912 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:685d3645-5f5b-4ddb-93f3-9f83acef0b4f 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:21f4419e-47b0-4ef2-985f-aa80ea29242c ArtifactChecksum:MDliYjA0ZTE3NGU2ZGU1NDM5NDBhNTRhYzRiMTU3ODg= 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:a84076df-4b75-4395-9dc3-f68c82810854 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:8e8661ba-2be9-4267-8c9c-e3cd6963ce0f 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:8e8661ba-2be9-4267-8c9c-e3cd6963ce0f ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-05T04:00:37.815Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d3ae51c-3383-412c-be3c-7a7a29a64f8a 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-04-05T04:00:37.923Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:00:37.924Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:00:37.925Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:00:37.925Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9b8fa355-59a6-4363-8974-7f4c3f25d49b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-05T04:00:37.925Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:37.925Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-05T04:00:38.384Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:38.395Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9b8fa355-59a6-4363-8974-7f4c3f25d49b 68930 2022-04-05T04:00:38.395Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-05T04:00:38.395Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-05T04:00:38.395Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:38.395Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:38.398Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:38.398Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131238395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:38.498Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:38.499Z||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-04-05T04:00:38.499Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:38.532Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:38.533Z||pool-76-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:39.398Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:00:39.432Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:00:39.432Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9b8fa355-59a6-4363-8974-7f4c3f25d49b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-05T04:00:39.433Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-05T04:00:39.433Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-05T04:00:39.433Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-05T04:00:39.654Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17100784422438965120/Definitions/service-BasicCnf-template.yml 2022-04-05T04:00:41.353Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T04:00:41.354Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:00:41.354Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-05T04:00:41.354Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-05T04:00:41.354Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.355Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.356Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:41.356Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:00:41.356Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:00:41.356Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.357Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.357Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:41.357Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:00:41.357Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:00:41.357Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.358Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.358Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.358Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-05T04:00:41.358Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-05T04:00:41.358Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-05T04:00:41.359Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-05T04:00:41.359Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.359Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T04:00:41.359Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.360Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:41.360Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:41.360Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.360Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:41.361Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:41.361Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.361Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:41.361Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:41.361Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.362Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-05T04:00:41.362Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-05T04:00:41.362Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0352a789-d34f-4d85-b51b-935edf548cbe 2022-04-05T04:00:41.362Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.363Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:41.364Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:41.364Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:6d3ae51c-3383-412c-be3c-7a7a29a64f8a Model Version:NULL Model InvariantUuid:d93e8d38-36c4-4cff-8281-f28172ee9701 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:6704c786-de92-4365-9c9f-d778fb539fc5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b72cc6ad-4219-4ac0-87ae-fdf854920347 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:692353c2-9520-400a-aa20-59981882dde8 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ce3482f4-805b-401a-8ff2-afe2289f860e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0352a789-d34f-4d85-b51b-935edf548cbe ModelInvariantUuid:bcc7f43a-b4da-450b-b02c-f352efd9bfe4 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:bb32e4cd-720b-4b2c-96e6-5405d75b097f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9305b94a-2d85-49a9-97ff-32c74ca0d89f ModelInvariantUuid:b8054999-1287-4f1a-8cc1-55af62e4d3a8 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:2d8d4f87-d62a-441e-a24c-53bc0cf46687 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-04-05T04:00:41.373Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 5de54f49-a38a-4f69-af7f-bd551c96e800 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-04-05T04:00:41.379Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-04-05T04:00:41.385Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5de54f49-a38a-4f69-af7f-bd551c96e800 2022-04-05T04:00:41.386Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0020ff0c-c2ae-4843-8ddc-958060ebe912 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-05T04:00:41.386Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:41.386Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.454Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:41.455Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0020ff0c-c2ae-4843-8ddc-958060ebe912 12 2022-04-05T04:00:41.455Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.455Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:41.455Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:41.456Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:41.458Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:41.458Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131241455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:41.566Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-04-05T04:00:41.568Z||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-04-05T04:00:41.568Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:41.595Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:41.595Z||pool-77-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:42.459Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 685d3645-5f5b-4ddb-93f3-9f83acef0b4f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-05T04:00:42.459Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:42.460Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:42.600Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:42.600Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 685d3645-5f5b-4ddb-93f3-9f83acef0b4f 2688 2022-04-05T04:00:42.601Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:42.601Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:42.601Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:42.602Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:42.604Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:42.604Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131242601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:42.704Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:42.705Z||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-04-05T04:00:42.705Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:42.728Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:42.728Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:43.608Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 21f4419e-47b0-4ef2-985f-aa80ea29242c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-05T04:00:43.609Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:43.609Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:43.787Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:43.787Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 21f4419e-47b0-4ef2-985f-aa80ea29242c 828 2022-04-05T04:00:43.788Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:43.788Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:43.788Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:43.788Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:43.790Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:43.790Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131243788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:43.890Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:43.891Z||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-04-05T04:00:43.892Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:43.916Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:43.917Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:44.796Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "692353c2-9520-400a-aa20-59981882dde8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce3482f4-805b-401a-8ff2-afe2289f860e", "vfModuleModelCustomizationUUID": "e92cf9e2-a948-475a-a936-21a9dd247587", "isBase": true, "artifacts": [ "a84076df-4b75-4395-9dc3-f68c82810854", "685d3645-5f5b-4ddb-93f3-9f83acef0b4f", "8e8661ba-2be9-4267-8c9c-e3cd6963ce0f" ], "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-04-05T04:00:44.799Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce3482f4-805b-401a-8ff2-afe2289f860e VfModuleModelInvariantUUID:692353c2-9520-400a-aa20-59981882dde8 VfModuleModelDescription:NULL Artifacts UUID List:{ a84076df-4b75-4395-9dc3-f68c82810854 , 685d3645-5f5b-4ddb-93f3-9f83acef0b4f , 8e8661ba-2be9-4267-8c9c-e3cd6963ce0f } 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-04-05T04:00:44.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "692353c2-9520-400a-aa20-59981882dde8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ce3482f4-805b-401a-8ff2-afe2289f860e", "vfModuleModelCustomizationUUID": "e92cf9e2-a948-475a-a936-21a9dd247587", "isBase": true, "artifacts": [ "a84076df-4b75-4395-9dc3-f68c82810854", "685d3645-5f5b-4ddb-93f3-9f83acef0b4f", "8e8661ba-2be9-4267-8c9c-e3cd6963ce0f" ], "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-04-05T04:00:44.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ce3482f4-805b-401a-8ff2-afe2289f860e VfModuleModelInvariantUUID:692353c2-9520-400a-aa20-59981882dde8 VfModuleModelDescription:NULL Artifacts UUID List:{ a84076df-4b75-4395-9dc3-f68c82810854 , 685d3645-5f5b-4ddb-93f3-9f83acef0b4f , 8e8661ba-2be9-4267-8c9c-e3cd6963ce0f } 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-04-05T04:00:44.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a84076df-4b75-4395-9dc3-f68c82810854 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-05T04:00:44.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:44.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:45.090Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:45.090Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a84076df-4b75-4395-9dc3-f68c82810854 1164 2022-04-05T04:00:45.090Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:45.091Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:45.091Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:45.091Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:45.093Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:45.093Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131245090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:45.193Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:00:45.194Z||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-04-05T04:00:45.194Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:45.262Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:45.263Z||pool-80-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:46.105Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8e8661ba-2be9-4267-8c9c-e3cd6963ce0f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-05T04:00:46.105Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:00:46.105Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:46.685Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:00:46.686Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8e8661ba-2be9-4267-8c9c-e3cd6963ce0f 200 2022-04-05T04:00:46.686Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:46.686Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:46.696Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:00:46.696Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:46.698Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:46.699Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131246686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-05T04:00:46.798Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:00:46.799Z||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-04-05T04:00:46.799Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:46.824Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:46.829Z||pool-81-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:47.699Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6d3ae51c-3383-412c-be3c-7a7a29a64f8a 2022-04-05T04:00:47.699Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5de54f49-a38a-4f69-af7f-bd551c96e800 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=? 2022-04-05T04:00:47.717Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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 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-04-05T04:00:47.733Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61c37e7, org.onap.sdc.toscaparser.api.parameters.Input@25ed0770, org.onap.sdc.toscaparser.api.parameters.Input@7e5e59ea, org.onap.sdc.toscaparser.api.parameters.Input@6bc3c635, org.onap.sdc.toscaparser.api.parameters.Input@c0777a5] 2022-04-05T04:00:47.735Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.735Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.735Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-04-05T04:00:47.735Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 2022-04-05T04:00:47.736Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 matches Tosca VF Customization UUID: 1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 2022-04-05T04:00:47.736Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 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-04-05T04:00:47.739Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.739Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.740Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5: {\"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-04-05T04:00:47.740Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@388632f9 2022-04-05T04:00:47.740Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.741Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-05T04:00:47.741Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e92cf9e2-a948-475a-a936-21a9dd247587 2022-04-05T04:00:47.741Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e92cf9e2-a948-475a-a936-21a9dd247587 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-04-05T04:00:47.748Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.749Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:47.749Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:47.749Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.750Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:47.750Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:47.750Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.750Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-05T04:00:47.750Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-05T04:00:47.751Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0352a789-d34f-4d85-b51b-935edf548cbe 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-04-05T04:00:47.754Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.754Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:47.754Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-05T04:00:47.755Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.755Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-05T04:00:47.755Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1460e9c2-02b2-4c4c-9bc3-f7ce372cdbe5 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-04-05T04:00:47.759Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.759Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.759Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6d3ae51c-3383-412c-be3c-7a7a29a64f8a: basic_cnf 2022-04-05T04:00:47.759Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.759Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.760Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.761Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:00:47.761Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:00:47.761Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:47.845Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5de54f49-a38a-4f69-af7f-bd551c96e800 1 ASDC deployResourceStructure 2022-04-05T04:00:47.845Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:47.845Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:47.846Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-05T04:00:47.846Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:47.848Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:47.848Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131247845, "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-04-05T04:00:47.948Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:47.949Z||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-04-05T04:00:47.949Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:47.960Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:47.961Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:48.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:48.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:48.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-05T04:00:48.856Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:48.888Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:48.888Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131248855, "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-04-05T04:00:48.958Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 70 ms 2022-04-05T04:00:48.959Z||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-04-05T04:00:48.959Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:48.978Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:48.979Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:00:49.323Z||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-04-05T04:00:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:49.342Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:49.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:00:49.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:00:49.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:00:49.894Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:49.894Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:49.894Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:00:49.894Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:49.898Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:49.898Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131249894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T04:00:49.998Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:49.999Z||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-04-05T04:00:49.999Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:50.017Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:50.018Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:50.899Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:50.899Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:50.899Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:00:50.899Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:50.901Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:50.901Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131250898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-05T04:00:51.002Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T04:00:51.003Z||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-04-05T04:00:51.003Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:51.016Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:51.016Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:00:51.904Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:51.905Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||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-04-05T04:00:51.905Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:00:51.905Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:51.908Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:51.908Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131251904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-05T04:00:52.008Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:52.009Z||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-04-05T04:00:52.009Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:52.017Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:52.018Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:00:52.909Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-04-05T04:00:52.909Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-05T04:00:52.909Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:00:52.909Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:00:52.912Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:00:52.912Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131252908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:00:53.012Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:00:53.013Z||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-04-05T04:00:53.013Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:00:53.023Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:00:53.024Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:00:53.912Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 340654e9-b7fb-403e-ba30-74624046d0aa Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:00:53.925Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T04:00:53.930Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:00:53.930Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T04:00:53.930Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T04:00:53.931Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T04:00:53.931Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.931Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.931Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.931Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.932Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.932Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:00:53.932Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T04:00:53.938Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T04:01:23.938Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 340654e9-b7fb-403e-ba30-74624046d0aa 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-04-05T04:01:23.952Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 340654e9-b7fb-403e-ba30-74624046d0aa and serviceModelVersionId: 6d3ae51c-3383-412c-be3c-7a7a29a64f8a 2022-04-05T04:01:23.952Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d93e8d38-36c4-4cff-8281-f28172ee9701 2022-04-05T04:01:23.953Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?depth=0 2022-04-05T04:01:23.960Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T04:01:24.057Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?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-04-05T04:01:24.059Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?depth=0|INFO|500||Invoke 2022-04-05T04:01:24.099Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T04:01:24.792Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?depth=0|INFO|500||InvokeReturn 2022-04-05T04:01:24.792Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d93e8d38-36c4-4cff-8281-f28172ee9701/model-vers/model-ver/6d3ae51c-3383-412c-be3c-7a7a29a64f8a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220405-04:01:24:552-10334], vertex-id=[168024], Content-Length=[0], Date=[Tue, 05 Apr 2022 04:01:24 GMT], Content-Type=[application/json]} 2022-04-05T04:01:24.793Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-04-05T04:01:24.794Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T04:01:24.794Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T04:01:24.800Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T04:01:24.800Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 340654e9-b7fb-403e-ba30-74624046d0aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T04:01:24.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T04:01:24.801Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:24.804Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:24.804Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131284801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:01:24.905Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T04:01:24.907Z||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-04-05T04:01:24.907Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:24.949Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:24.950Z||pool-88-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-05T04:01:25.819Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T04:01:25.819Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3463058d-4768-4a0f-be4c-71c710ea7aab","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0eec044f-49d0-4e42-b694-2155d42514e8","serviceDescription":"service","serviceInvariantUUID":"bed99d68-2a54-4deb-a7ad-71923716a590","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58","resourceInvariantUUID":"6e8e8925-3e4f-431c-8327-d2ef3c51076c","resourceCustomizationUUID":"b01278aa-fe7d-435e-999f-bead0eabdd4b","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":"OGM1ZjNlODU1NGQ5ZGYwYzlmMmYxMTQ0YWVlMmU4Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb7bbc85-96e3-427a-8178-fe7814995408","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":"c28a2230-beae-4ff5-ba1e-a18ea9c7a2cd","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":"345b7e0c-b5f4-42b2-8a46-f731d3132ceb","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":"ZTJiYTVlNmY5MGQzM2FkNDE1ZGExYmFjZjg2NWQ5OTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"42a9172e-0365-43ee-98af-0d0b72f1018b","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":"5d760c9a-e165-4e0b-be95-b31408f5b353","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":"6465c0c7-df9e-4ab4-833b-90c3e42d3ab2","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":"9fe0a4ac-beb1-4a38-839b-223d60412c6b","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":"OWJmZGY2NzM2MjNiZWQ2NDEwNTUwZWE5NjM2MDljOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9bf814fb-b0cd-4082-a7bc-5befdad0d120","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDlmNTFlYWYwNzc2OTlmZjY0YThkMTgxMWFjM2E2NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"801ca226-c2bb-4041-8eb1-cc8405797219","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T04:01:25.820Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:25.820Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:25.822Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:25.822Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:25.928Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-04-05T04:01:25.929Z||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-04-05T04:01:25.929Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:25.941Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:25.941Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:01:26.823Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:26.824Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:26.827Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:26.827Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:26.927Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:01:26.929Z||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-04-05T04:01:26.929Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:26.939Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:26.940Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:27.828Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:27.829Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:27.831Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:27.832Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:27.932Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:27.933Z||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-04-05T04:01:27.933Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:27.945Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:27.946Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:28.832Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:28.833Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:28.836Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:28.836Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:28.936Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:28.937Z||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-04-05T04:01:28.937Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:28.951Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:28.952Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:01:29.836Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:29.837Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:29.840Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:29.840Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:29.940Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:29.941Z||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-04-05T04:01:29.941Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:29.951Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:29.952Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:30.840Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:30.841Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:30.842Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:30.842Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:30.943Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:30.943Z||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-04-05T04:01:30.944Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:30.952Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:30.953Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:01:31.843Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:31.844Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:31.846Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:31.846Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:31.947Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:31.948Z||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-04-05T04:01:31.948Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:31.965Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:31.965Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:32.847Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:32.848Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:32.850Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:32.850Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:32.952Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-04-05T04:01:32.953Z||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-04-05T04:01:32.953Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:32.964Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:32.964Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:33.850Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:01:33.852Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:33.854Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:33.854Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:01:33.954Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:33.955Z||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-04-05T04:01:33.955Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:33.965Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:33.966Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:34.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0eec044f-49d0-4e42-b694-2155d42514e8", "serviceDescription": "service", "serviceInvariantUUID": "bed99d68-2a54-4deb-a7ad-71923716a590", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "b01278aa-fe7d-435e-999f-bead0eabdd4b", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58", "resourceInvariantUUID": "6e8e8925-3e4f-431c-8327-d2ef3c51076c", "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": "MDlmNTFlYWYwNzc2OTlmZjY0YThkMTgxMWFjM2E2NmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "801ca226-c2bb-4041-8eb1-cc8405797219" } ], "workloadContext": "Production" } 2022-04-05T04:01:34.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T04:01:34.855Z|340654e9-b7fb-403e-ba30-74624046d0aa|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0eec044f-49d0-4e42-b694-2155d42514e8 ASDC 2022-04-05T04:01:34.856Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3463058d-4768-4a0f-be4c-71c710ea7aab ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0eec044f-49d0-4e42-b694-2155d42514e8 ServiceInvariantUUID:bed99d68-2a54-4deb-a7ad-71923716a590 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:801ca226-c2bb-4041-8eb1-cc8405797219 ArtifactChecksum:MDlmNTFlYWYwNzc2OTlmZjY0YThkMTgxMWFjM2E2NmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:b01278aa-fe7d-435e-999f-bead0eabdd4b ResourceInvariantUUID:6e8e8925-3e4f-431c-8327-d2ef3c51076c ResourceName:test-pnf ResourceType:PNF ResourceUUID:4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-05T04:01:34.856Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0eec044f-49d0-4e42-b694-2155d42514e8 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-04-05T04:01:34.878Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:01:34.878Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:01:34.878Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:01:34.878Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 801ca226-c2bb-4041-8eb1-cc8405797219 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-05T04:01:34.878Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:01:34.879Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-05T04:01:35.412Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:01:35.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 801ca226-c2bb-4041-8eb1-cc8405797219 105637 2022-04-05T04:01:35.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-05T04:01:35.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-05T04:01:35.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:01:35.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:35.421Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:35.422Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131295419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:35.522Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:01:35.522Z||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-04-05T04:01:35.523Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:35.531Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:35.531Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:01:36.422Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:01:36.423Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:01:36.424Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 801ca226-c2bb-4041-8eb1-cc8405797219, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:36.424Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-05T04:01:36.425Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:36.425Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:36.538Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13325001377549561416/Definitions/service-TestPnfMacro-template.yml 2022-04-05T04:01:37.413Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T04:01:37.413Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:01:37.413Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:37.413Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||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-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||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-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||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-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||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-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:37.414Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:37.415Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-05T04:01:37.415Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:01:37.415Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.415Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.416Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-05T04:01:37.416Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:01:37.416Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:01:37.416Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.417Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.417Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-05T04:01:37.417Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:01:37.417Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:01:37.417Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.418Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.419Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0eec044f-49d0-4e42-b694-2155d42514e8 Model Version:NULL Model InvariantUuid:bed99d68-2a54-4deb-a7ad-71923716a590 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-04-05T04:01:37.427Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 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-04-05T04:01:37.429Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-04-05T04:01:37.429Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 2022-04-05T04:01:37.430Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0eec044f-49d0-4e42-b694-2155d42514e8 2022-04-05T04:01:37.430Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0eec044f-49d0-4e42-b694-2155d42514e8 2022-04-05T04:01:37.430Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 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-04-05T04:01:37.435Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab2f9f, org.onap.sdc.toscaparser.api.parameters.Input@24c965ea, org.onap.sdc.toscaparser.api.parameters.Input@12ba9ecb, org.onap.sdc.toscaparser.api.parameters.Input@37e7b3a2, org.onap.sdc.toscaparser.api.parameters.Input@6fe8a516] 2022-04-05T04:01:37.435Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.435Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.435Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0eec044f-49d0-4e42-b694-2155d42514e8: test-pnf 2022-04-05T04:01:37.436Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Processing PNF resource: 4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 2022-04-05T04:01:37.436Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:01:37.436Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:01:37.436Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||Resource customization UUID: b01278aa-fe7d-435e-999f-bead0eabdd4b is the same as notified resource customizationUUID: b01278aa-fe7d-435e-999f-bead0eabdd4b 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-04-05T04:01:37.465Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 4c7ce5d2-da35-46e9-ba7f-a495d8b7ca58 0 ASDC deployResourceStructure 2022-04-05T04:01:37.465Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-05T04:01:37.465Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-05T04:01:37.466Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:01:37.466Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:01:37.469Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:01:37.469Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131297465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:01:37.568Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:01:37.569Z||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-04-05T04:01:37.569Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:37.608Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:37.608Z||pool-99-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:01:38.470Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3463058d-4768-4a0f-be4c-71c710ea7aab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:01:38.479Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:01:38.482Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:01:38.482Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T04:01:38.482Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T04:01:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:01:49.323Z||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-04-05T04:01:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:01:49.342Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:01:49.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131121770, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:01:49.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131131845, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131134050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131135055, "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-04-05T04:01:49.355Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T04:01:49.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:01:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131131555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131135766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:01:49.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131145537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:49.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131147172, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:49.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131149182, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:01:49.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "clamp", "timestamp": 1649131150185, "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-04-05T04:01:49.381Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T04:01:49.382Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:01:49.391Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.391Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131150560, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:01:49.392Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "aai-ml", "timestamp": 1649131151564, "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-04-05T04:01:49.397Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3463058d-4768-4a0f-be4c-71c710ea7aab 2022-04-05T04:01:49.397Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:01:49.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131172816, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:01:49.406Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-05T04:01:49.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-05T04:01:49.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-05T04:01:49.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:01:49.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:01:49.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:01:49.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131185728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:49.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:01:49.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:01:49.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131188684, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T04:01:49.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:08.482Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3463058d-4768-4a0f-be4c-71c710ea7aab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:02:08.497Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:02:08.501Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:02:08.502Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T04:02:08.502Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T04:02:08.502Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.503Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.504Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:02:08.504Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T04:02:08.510Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T04:02:38.511Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3463058d-4768-4a0f-be4c-71c710ea7aab 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-04-05T04:02:38.516Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3463058d-4768-4a0f-be4c-71c710ea7aab and serviceModelVersionId: 0eec044f-49d0-4e42-b694-2155d42514e8 2022-04-05T04:02:38.516Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bed99d68-2a54-4deb-a7ad-71923716a590 2022-04-05T04:02:38.517Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0 2022-04-05T04:02:38.521Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T04:02:38.565Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0|INFO|500||Invoke 2022-04-05T04:02:38.566Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3463058d-4768-4a0f-be4c-71c710ea7aab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04f5c7e7-18a8-4f77-82e9-1b218fbcbbb1], X-ECOMP-RequestID=[3463058d-4768-4a0f-be4c-71c710ea7aab], X-TransactionId=[], X-ONAP-RequestID=[3463058d-4768-4a0f-be4c-71c710ea7aab], Content-Type=[application/merge-patch+json]} 2022-04-05T04:02:38.588Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T04:02:38.700Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?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/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-04:02:39:037-14324], vertex-id=[458984], Content-Length=[0], Date=[Tue, 05 Apr 2022 04:02:39 GMT], Content-Type=[application/json]} 2022-04-05T04:02:38.701Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T04:02:38.702Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bed99d68-2a54-4deb-a7ad-71923716a590/model-vers/model-ver/0eec044f-49d0-4e42-b694-2155d42514e8?depth=0|INFO|500||InvokeReturn 2022-04-05T04:02:38.703Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T04:02:38.703Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T04:02:38.708Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T04:02:38.708Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3463058d-4768-4a0f-be4c-71c710ea7aab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T04:02:38.708Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T04:02:38.709Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:38.711Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:38.711Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131358708, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:02:38.811Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:38.812Z||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-04-05T04:02:38.812Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:38.826Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:38.827Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-05T04:02:39.726Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:02:39.727Z|3463058d-4768-4a0f-be4c-71c710ea7aab|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-04-05T04:02:39.727Z|3463058d-4768-4a0f-be4c-71c710ea7aab|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:44.055Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:44.056Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-04-05T04:02:44.056Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c","serviceName":"Demo_pNF_bEjeLTJ7abyQijxNzU1D","serviceVersion":"1.0","serviceUUID":"98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb","serviceDescription":"catalog service description","serviceInvariantUUID":"ea7c0cc1-880f-4fab-89b3-322a890febad","resources":[{"resourceInstanceName":"pNF e602f1aa-2fa6 0","resourceName":"pNF e602f1aa-2fa6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5966b159-991b-40ec-964b-d4d1eb074404","resourceInvariantUUID":"513128ec-6916-422f-85d2-4ef15b987c56","resourceCustomizationUUID":"40760239-b693-480d-b924-9e012895f764","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml","artifactChecksum":"NDc4MWUzOTZkYWU3NzhiZjNlNDAzODBhNDMxZThkMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86dfae36-4cc9-455d-bfc0-3e6f59db8d85","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar","artifactChecksum":"ZmRmMzQ1YTcyZTFjZjQ5Nzc0ODMzNGRjMjJkYTU2YzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5506f6f8-d08b-4640-85e5-abb5ad26d878","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab523b77-00ec-4761-9b22-be3a8ff9391e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml","artifactChecksum":"YmJkZGY3YjA0NWNhMzQyZjQyNTlkNmZmMDQ3ZTNiYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"edd36f7f-7afc-4436-931f-ec05977fc03f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c057f11-33f9-4586-96ed-df940345976a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61e44b31-fa86-4531-ae6c-7e490c8d74a0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBejeltj7abyqijxnzu1d-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml","artifactChecksum":"MGYxYzY0Y2MyMTM1MTI5MzY1YmQ1MzdlZWJkOWE5ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"930f2d65-083c-49d6-a82c-996b45948588","artifactVersion":"1"},{"artifactName":"service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar","artifactChecksum":"NjBjMzllNzAwM2ZmNmYwNGIwYTM0NTc1NTIwNmU3Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"49750493-7f34-4af5-99e8-03459527cd3f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-05T04:02:44.058Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:44.058Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:44.060Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:44.060Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:44.160Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:44.161Z||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-04-05T04:02:44.161Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:44.171Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:44.172Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:45.060Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:45.062Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:45.064Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:45.064Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:45.164Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:45.165Z||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-04-05T04:02:45.165Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:45.174Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:45.174Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:46.065Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:46.065Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:46.067Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:46.067Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:46.173Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-04-05T04:02:46.174Z||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-04-05T04:02:46.174Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:46.202Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:46.202Z||pool-103-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:02:47.068Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:47.069Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:47.071Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:47.072Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:47.171Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:02:47.172Z||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-04-05T04:02:47.172Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:47.182Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:47.182Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:02:48.072Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:48.073Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:48.075Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:48.075Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:48.175Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:48.176Z||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-04-05T04:02:48.176Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:48.202Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:48.202Z||pool-105-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:49.075Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:49.078Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:49.081Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:49.081Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:49.182Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T04:02:49.183Z||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-04-05T04:02:49.183Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:49.196Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:49.196Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:02:49.323Z||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-04-05T04:02:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:49.347Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:49.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131190220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131191701, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131192834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131193838, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131194844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131195849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9410c650-9171-414b-8433-fd9cff1d0495", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131227742, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:49.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131238395, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131241455, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131242601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131243788, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131245090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131246686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131247845, "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-04-05T04:02:49.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:02:49.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131248855, "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-04-05T04:02:49.358Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:02:50.082Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:50.082Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:50.084Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:50.084Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:02:50.185Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-05T04:02:50.186Z||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-04-05T04:02:50.187Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:50.203Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:50.204Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:51.089Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-05T04:02:51.089Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:51.091Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:51.091Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:02:51.191Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:51.192Z||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-04-05T04:02:51.192Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:51.202Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:51.203Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:52.092Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "serviceName": "Demo_pNF_bEjeLTJ7abyQijxNzU1D", "serviceVersion": "1.0", "serviceUUID": "98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ea7c0cc1-880f-4fab-89b3-322a890febad", "resources": [ { "resourceInstanceName": "pNF e602f1aa-2fa6 0", "resourceCustomizationUUID": "40760239-b693-480d-b924-9e012895f764", "resourceName": "pNF e602f1aa-2fa6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5966b159-991b-40ec-964b-d4d1eb074404", "resourceInvariantUUID": "513128ec-6916-422f-85d2-4ef15b987c56", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "artifactChecksum": "NjBjMzllNzAwM2ZmNmYwNGIwYTM0NTc1NTIwNmU3Y2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49750493-7f34-4af5-99e8-03459527cd3f" } ], "workloadContext": "Production" } 2022-04-05T04:02:52.093Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-05T04:02:52.093Z|3463058d-4768-4a0f-be4c-71c710ea7aab|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb ASDC 2022-04-05T04:02:52.094Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c ServiceName:Demo_pNF_bEjeLTJ7abyQijxNzU1D ServiceVersion:1.0 ServiceUUID:98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb ServiceInvariantUUID:ea7c0cc1-880f-4fab-89b3-322a890febad ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar ArtifactUUID:49750493-7f34-4af5-99e8-03459527cd3f ArtifactChecksum:NjBjMzllNzAwM2ZmNmYwNGIwYTM0NTc1NTIwNmU3Y2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e602f1aa-2fa6 0 ResourceCustomizationUUID:40760239-b693-480d-b924-9e012895f764 ResourceInvariantUUID:513128ec-6916-422f-85d2-4ef15b987c56 ResourceName:pNF e602f1aa-2fa6 ResourceType:PNF ResourceUUID:5966b159-991b-40ec-964b-d4d1eb074404 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-05T04:02:52.094Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb 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-04-05T04:02:52.128Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:02:52.129Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:02:52.129Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:02:52.129Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 49750493-7f34-4af5-99e8-03459527cd3f from URL: /sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:52.129Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-04-05T04:02:52.129Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:52.429Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-04-05T04:02:52.432Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 49750493-7f34-4af5-99e8-03459527cd3f 82618 2022-04-05T04:02:52.433Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar ASDC sendASDCNotification 2022-04-05T04:02:52.433Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:52.433Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-05T04:02:52.433Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:52.435Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:52.435Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131372433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:02:52.535Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:02:52.536Z||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-04-05T04:02:52.536Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:52.546Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:52.546Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-05T04:02:53.436Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-05T04:02:53.437Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-04-05T04:02:53.437Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 49750493-7f34-4af5-99e8-03459527cd3f, URL: /sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar to file: /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:53.437Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:53.438Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:53.438Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:53.548Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP832575625986696606/Definitions/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml 2022-04-05T04:02:54.365Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-05T04:02:54.366Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:02:54.366Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.366Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-05T04:02:54.367Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||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-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.367Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.367Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||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-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.367Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.367Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e602f1aa-2fa6 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-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.368Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Node template pNF e602f1aa-2fa6 0 is matching search criteria 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e602f1aa-2fa6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Node template pNF e602f1aa-2fa6 0 is matching search criteria 2022-04-05T04:02:54.369Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e602f1aa-2fa6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.370Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.371Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_bEjeLTJ7abyQijxNzU1D Description:catalog service description Model UUID:98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb Model Version:NULL Model InvariantUuid:ea7c0cc1-880f-4fab-89b3-322a890febad 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-04-05T04:02:54.377Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5966b159-991b-40ec-964b-d4d1eb074404 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-04-05T04:02:54.380Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||pNF e602f1aa-2fa6 0 2022-04-05T04:02:54.380Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5966b159-991b-40ec-964b-d4d1eb074404 2022-04-05T04:02:54.380Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb 2022-04-05T04:02:54.381Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb 2022-04-05T04:02:54.381Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e602f1aa-2fa6 0 5966b159-991b-40ec-964b-d4d1eb074404 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-04-05T04:02:54.385Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ce97642, org.onap.sdc.toscaparser.api.parameters.Input@76559f8e, org.onap.sdc.toscaparser.api.parameters.Input@171d7244, org.onap.sdc.toscaparser.api.parameters.Input@f20f532, org.onap.sdc.toscaparser.api.parameters.Input@582cc9f2] 2022-04-05T04:02:54.385Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.385Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.386Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb: pNF e602f1aa-2fa6 2022-04-05T04:02:54.386Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Processing PNF resource: 5966b159-991b-40ec-964b-d4d1eb074404 2022-04-05T04:02:54.386Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-05T04:02:54.387Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_bEjeLTJ7abyQijxNzU1D is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-05T04:02:54.387Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||Resource customization UUID: 40760239-b693-480d-b924-9e012895f764 is the same as notified resource customizationUUID: 40760239-b693-480d-b924-9e012895f764 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-04-05T04:02:54.416Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e602f1aa-2fa6 5966b159-991b-40ec-964b-d4d1eb074404 0 ASDC deployResourceStructure 2022-04-05T04:02:54.417Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar ASDC sendASDCNotification 2022-04-05T04:02:54.417Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar 2022-04-05T04:02:54.417Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-05T04:02:54.418Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:02:54.420Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:02:54.420Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131374417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:02:54.521Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-05T04:02:54.521Z||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-04-05T04:02:54.522Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:02:54.538Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:02:54.538Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-04-05T04:02:55.422Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:02:55.432Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:02:55.434Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:02:55.435Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T04:02:55.435Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T04:03:25.435Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:03:25.443Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:03:25.446Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:03:25.447Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T04:03:25.447Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T04:03:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:03:49.326Z||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-04-05T04:03:49.326Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:03:49.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:03:49.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131249894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-05T04:03:49.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131250898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131251904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131252908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:03:49.362Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "340654e9-b7fb-403e-ba30-74624046d0aa", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131284801, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131173828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:03:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131295419, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:03:49.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:49.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:03:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131297465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:03:49.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:03:55.448Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:03:55.457Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:03:55.459Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:03:55.459Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T04:03:55.459Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T04:04:25.460Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:04:25.477Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:25.479Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:04:25.479Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-05T04:04:25.480Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-05T04:04:49.323Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:04:49.325Z||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-04-05T04:04:49.325Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:04:49.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:04:49.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-05T04:04:49.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131302168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "multicloud-k8s-id", "timestamp": 1649131301150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131301763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131311555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131318605, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131318726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131319629, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "ves-openapi-manager", "timestamp": 1649131320632, "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-04-05T04:04:49.386Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.386Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131320840, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1649131321844, "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-04-05T04:04:49.404Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.404Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131314969, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131323839, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131315766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "cds", "timestamp": 1649131324851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-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-04-05T04:04:49.432Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.432Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131324723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "dcae-sch", "timestamp": 1649131317754, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131319492, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131327210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131328262, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131329223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131329266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:04:49.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "clamp", "timestamp": 1649131330229, "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-04-05T04:04:49.455Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.455Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "policy-id", "timestamp": 1649131330273, "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-04-05T04:04:49.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131330463, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:04:49.476Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "aai-ml", "timestamp": 1649131331468, "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-04-05T04:04:49.486Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 2022-04-05T04:04:49.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:49.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3463058d-4768-4a0f-be4c-71c710ea7aab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131358708, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:04:49.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:04:49.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:49.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:04:49.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/resourceInstances/pnfe602f1aa2fa60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-05T04:04:49.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:04:55.480Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-05T04:04:55.488Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.491Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.492Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.492Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.492Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.492Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-05T04:04:55.492Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-05T04:04:55.496Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-05T04:05:25.496Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c 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-04-05T04:05:25.504Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c and serviceModelVersionId: 98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb 2022-04-05T04:05:25.504Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ea7c0cc1-880f-4fab-89b3-322a890febad 2022-04-05T04:05:25.505Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0 2022-04-05T04:05:25.520Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-04-05T04:05:25.587Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0|INFO|500||Invoke 2022-04-05T04:05:25.588Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d6948b18-9b9e-4c47-a02e-95d282c70c84], X-ECOMP-RequestID=[c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c], X-TransactionId=[], X-ONAP-RequestID=[c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c], Content-Type=[application/merge-patch+json]} 2022-04-05T04:05:25.627Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-05T04:05:26.012Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?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/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220405-04:05:26:072-89593], vertex-id=[704520], Content-Length=[0], Date=[Tue, 05 Apr 2022 04:05:26 GMT], Content-Type=[application/json]} 2022-04-05T04:05:26.012Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-05T04:05:26.013Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ea7c0cc1-880f-4fab-89b3-322a890febad/model-vers/model-ver/98ab2764-8b3b-4bf8-9b62-0eec9b45b2bb?depth=0|INFO|500||InvokeReturn 2022-04-05T04:05:26.013Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-05T04:05:26.013Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-05T04:05:26.018Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-05T04:05:26.019Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-05T04:05:26.019Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-05T04:05:26.019Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-04-05T04:05:26.022Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-05T04:05:26.023Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131526019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:05:26.123Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-05T04:05:26.124Z||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-04-05T04:05:26.124Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ... 2022-04-05T04:05:26.140Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:05:26.140Z||pool-111-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-04-05T04:05:27.042Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:05:27.043Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:05:27.044Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:05:37.302Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:05:37.303Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:05:37.304Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:05:37.304Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:05:46.844Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:05:46.845Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:05:46.846Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:05:46.846Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:05:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:05:49.324Z||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-04-05T04:05:49.325Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:05:49.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:05:49.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:05:49.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-template.yml", "status": "NOT_NOTIFIED" } 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131359726, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "NOTIFIED" } 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:05:49.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131372433, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-05T04:05:49.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:05:49.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-05T04:05:49.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131374417, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBejeltj7abyqijxnzu1d/1.0/artifacts/service-DemoPnfBejeltj7abyqijxnzu1d-csar.csar", "status": "DEPLOY_OK" } 2022-04-05T04:05:49.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:05:56.382Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:05:56.383Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:05:56.383Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:05:56.383Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:05.931Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:06:05.931Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:06:05.932Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:06:05.932Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:15.485Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:06:15.486Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:06:15.486Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:06:15.486Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:25.035Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:06:25.036Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:06:25.037Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:06:25.037Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:34.609Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:06:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:06:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:06:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:06:49.323Z||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-04-05T04:06:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:06:49.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:06:49.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-04-05T04:06:49.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1649131526019, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-05T04:06:49.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-05T04:06:58.869Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:07:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:07:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:07:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:07:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:07:49.322Z||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-04-05T04:07:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:07:58.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:07:58.869Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:08:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:08:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:08:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:08:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:08:49.323Z||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-04-05T04:08:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:08:58.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:08:58.864Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:09:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:09:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:09:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:09:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:09:49.323Z||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-04-05T04:09:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:09:58.866Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:09:58.869Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:10:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:10:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:10:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:10:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:10:49.322Z||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-04-05T04:10:49.322Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:10:58.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:10:58.866Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:11:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:11:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:11:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:11:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:11:49.323Z||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-04-05T04:11:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:11:58.878Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:11:58.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:12:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:12:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:12:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:12:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:12:49.323Z||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-04-05T04:12:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:12:58.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:12:58.862Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:13:49.320Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:13:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:13:49.321Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:13:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:13:49.323Z||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-04-05T04:13:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:13:58.861Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:13:58.861Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:14:49.324Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:14:49.324Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:14:49.327Z||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-04-05T04:14:49.327Z||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-04-05T04:14:49.327Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:14:49.327Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:14:58.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:14:58.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:15:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:15:49.321Z||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-04-05T04:15:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:15:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:15:49.323Z||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-04-05T04:15:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:15:58.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:15:58.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:16:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:16:49.321Z||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-04-05T04:16:49.322Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:16:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:16:49.323Z||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-04-05T04:16:49.324Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:16:58.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:16:58.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:17:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:17:49.321Z||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-04-05T04:17:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:17:49.322Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:17:49.323Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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-04-05T04:17:49.323Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:17:58.908Z|c6d9b33a-e5fd-409f-8a3a-30cf5a49ab0c|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:17:58.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:18:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:18:49.321Z||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-04-05T04:18:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:18:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:18:49.323Z||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-04-05T04:18:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:18:58.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:18:58.894Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:19:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:19:49.321Z||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-04-05T04:19:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:19:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:19:49.322Z||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-04-05T04:19:49.323Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:19:58.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:19:58.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-05T04:20:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:20:49.321Z||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-04-05T04:20:49.321Z||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 PDygaUHAzDbTJOS2) ... 2022-04-05T04:20:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-05T04:20:49.323Z||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-04-05T04:20:49.323Z||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 PDygaUHAzDbTJOS2) ...